From patchwork Thu Feb 14 13:49:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 2141981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 333803FCFC for ; Thu, 14 Feb 2013 13:54:20 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U5zED-0006x7-Uf; Thu, 14 Feb 2013 13:51:58 +0000 Received: from moutng.kundenserver.de ([212.227.126.186]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U5zBz-0005jp-9k for linux-arm-kernel@lists.infradead.org; Thu, 14 Feb 2013 13:49:43 +0000 Received: from wuerfel.lan (HSI-KBW-46-223-90-92.hsi.kabel-badenwuerttemberg.de [46.223.90.92]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LnUpq-1UXuMB3mb0-00hXcN; Thu, 14 Feb 2013 14:49:30 +0100 From: Arnd Bergmann To: arm@kernel.org Subject: [PATCH 05/11] ARM: sa1100: don't warn about mach/ide.h Date: Thu, 14 Feb 2013 14:49:21 +0100 Message-Id: <1360849767-1463135-6-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1360849767-1463135-1-git-send-email-arnd@arndb.de> References: <1360849767-1463135-1-git-send-email-arnd@arndb.de> X-Provags-ID: V02:K0:shwFPS5JENGI7X2Whgr7szrUASttmgBNfvYIbpTtjPD b2TT4lupv51Wtih9s+hgnqVcdx7vLid9hhY//2ggFsCcRijckk F4oq/deE5fq2iA/7fKCtypgi8be3+/Yyz46GlJBSfm2yoHBAx8 b/njsXBxpKF9sH3DI0v9uY9ASCHx58dNjrRFi/2QMGjxbMiDKj g/16ff1yrTERAYnfPxoZ1mhH79LG+4gO2oRHGKcJh5m2IGv0BD aoaSOTiKY3J7fese2HfwidnbDvI06x7OW8E0XjLCnYQe9w93Tp YChSmT06QrL8nCVwUDEum8bu8t4vti9x/4kgutkfQ2JikHymN2 gWERebtVlBLHYHWrQyxLVgd+l6sr9abxuFy2ivQht X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130214_084939_601706_E7263AA9 X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.186 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Arnd Bergmann , Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This warning has existed since before the start of (git) history. Apparently nobody has bothered to fix it in a long time, and this is unlikely to change. Note that the file that the warning refers to has moved to a different location and was subsequently deleted in 2008. Signed-off-by: Arnd Bergmann Cc: Russell King --- arch/arm/mach-sa1100/lart.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c index f69f78f..bca7e60 100644 --- a/arch/arm/mach-sa1100/lart.c +++ b/arch/arm/mach-sa1100/lart.c @@ -24,9 +24,6 @@ #include "generic.h" - -#warning "include/asm/arch-sa1100/ide.h needs fixing for lart" - static struct mcp_plat_data lart_mcp_data = { .mccr0 = MCCR0_ADM, .sclk_rate = 11981000,