diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-11 09:01:46 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-03-03 21:07:13 -0500 |
commit | bb39cdc52f4278614579c1041155a7b182f47e75 (patch) | |
tree | 7cdeaa88f94a395e16ad9a29437f3dc19c350ea0 /arch/arm/mach-mxs | |
parent | f6c49da98dd6eacb85034d21d16e1428e03e190f (diff) |
ARM: mxs: mm: Fix sparse warning
Include <mach/common.h> 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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/mm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mm.c b/arch/arm/mach-mxs/mm.c index a4294aa9f301..e63b7d87acbd 100644 --- a/arch/arm/mach-mxs/mm.c +++ b/arch/arm/mach-mxs/mm.c | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | #include <mach/mx23.h> | 19 | #include <mach/mx23.h> |
20 | #include <mach/mx28.h> | 20 | #include <mach/mx28.h> |
21 | #include <mach/common.h> | ||
21 | 22 | ||
22 | /* | 23 | /* |
23 | * Define the MX23 memory map. | 24 | * Define the MX23 memory map. |