From patchwork Mon Feb 11 14:01:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] ARM: mxs: mm: Fix sparse warning From: Fabio Estevam X-Patchwork-Id: 219611 Message-Id: <1360591308-7482-1-git-send-email-festevam@gmail.com> To: shawn.guo@linaro.org Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org Date: Mon, 11 Feb 2013 12:01:46 -0200 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.