summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-29 13:15:53 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 20:42:18 +0800
commit0265b6cbfe77f0064989852a2b52d6572957525c (patch)
tree0f0809afec1f79cf9624ca6586c46b1129f0ae2a /arch/arm/mach-mxs/include/mach/common.h
parent1f629564d08d44e1960800f96b1c6ad19e44b4ae (diff)
downloadlinux-0265b6cbfe77f0064989852a2b52d6572957525c.tar.gz
linux-0265b6cbfe77f0064989852a2b52d6572957525c.tar.bz2
linux-0265b6cbfe77f0064989852a2b52d6572957525c.zip
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/mach/common.h')
-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 b7946a62d350..79cb572c092d 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__ */