summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs/include
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-29 05:15:53 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 12:42:18 (GMT)
commit0265b6cbfe77f0064989852a2b52d6572957525c (patch)
tree0f0809afec1f79cf9624ca6586c46b1129f0ae2a /arch/arm/mach-mxs/include
parent1f629564d08d44e1960800f96b1c6ad19e44b4ae (diff)
downloadlinux-fsl-qoriq-0265b6cbfe77f0064989852a2b52d6572957525c.tar.xz
ARM: mxs: remove mm.c
The static mapping is used nowhere now. Hence mm.c can be removed completely. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h
index b7946a6..79cb572 100644
--- a/arch/arm/mach-mxs/include/mach/common.h
+++ b/arch/arm/mach-mxs/include/mach/common.h
@@ -15,9 +15,7 @@ extern const u32 *mxs_get_ocotp(void);
extern int mxs_saif_clkmux_select(unsigned int clkmux);
extern int mx23_clocks_init(void);
-extern void mx23_map_io(void);
extern int mx28_clocks_init(void);
-extern void mx28_map_io(void);
#endif /* __MACH_MXS_COMMON_H__ */