From patchwork Mon Feb 11 14:01:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 219611 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4A9E92C02F5 for ; Tue, 12 Feb 2013 01:05:32 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U4txM-00028o-7u; Mon, 11 Feb 2013 14:02:04 +0000 Received: from mail-ye0-f171.google.com ([209.85.213.171]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U4txJ-00028T-L4 for linux-arm-kernel@lists.infradead.org; Mon, 11 Feb 2013 14:02:02 +0000 Received: by mail-ye0-f171.google.com with SMTP id m8so1223283yen.16 for ; Mon, 11 Feb 2013 06:02:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=hIhUNwx/C4lqx6CgiwhXNRc5DrdOWu0C/gepygS4H3k=; b=UL+boJ+ypFO0NBo37fRziVJ+lx3Gd8NPqOxJnwiD2cC4h6P1JbTZYZ51zP9zcIJroh md1OE+O20k65Tjqxzk4aNSdzeHGP/NhB0j4eNZIaeSDo8wSmxaQVqxaIC1vjzi4cCTTw f1eSvif2DS958qlQPYLArksfXO4KLk84NEtDdMUxVMQKAROWWXtAuk/WWluWG3Pzj3IJ Nply57baaAW+qQYCDuBg9Or2UodYTDxr9VqJJIsfUYj14Ws5WB5k0jW++0f63DZmgwft bhQUCtg8hBlUAvdLHx75PSpqtlgNuE2AqReKo19BpvW+Yp616dVPhto9dkgne1Y8Or4J 1TlQ== X-Received: by 10.236.145.42 with SMTP id o30mr17617092yhj.34.1360591320522; Mon, 11 Feb 2013 06:02:00 -0800 (PST) Received: from localhost.localdomain ([201.82.137.218]) by mx.google.com with ESMTPS id s3sm68070014yhm.10.2013.02.11.06.01.58 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Feb 2013 06:02:00 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH 1/3] ARM: mxs: mm: Fix sparse warning Date: Mon, 11 Feb 2013 12:01:46 -0200 Message-Id: <1360591308-7482-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130211_090201_745576_06185F9D X-CRM114-Status: GOOD ( 10.66 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.171 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam Include header to fix the following sparse warnings: arch/arm/mach-mxs/mm.c:43:13: warning: symbol 'mx23_map_io' was not declared. Should it be static? arch/arm/mach-mxs/mm.c:48:13: warning: symbol 'mx28_map_io' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- arch/arm/mach-mxs/mm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mxs/mm.c b/arch/arm/mach-mxs/mm.c index a4294aa..e63b7d8 100644 --- a/arch/arm/mach-mxs/mm.c +++ b/arch/arm/mach-mxs/mm.c @@ -18,6 +18,7 @@ #include #include +#include /* * Define the MX23 memory map.