diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 01:15:53 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 08:42:18 -0400 |
commit | 0265b6cbfe77f0064989852a2b52d6572957525c (patch) | |
tree | 0f0809afec1f79cf9624ca6586c46b1129f0ae2a /arch/arm/mach-mxs/Makefile | |
parent | 1f629564d08d44e1960800f96b1c6ad19e44b4ae (diff) |
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/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 5339973d503f..2568d24358ef 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | # Common support | 1 | # Common support |
2 | obj-y := ocotp.o mm.o | 2 | obj-y := ocotp.o |
3 | 3 | ||
4 | obj-$(CONFIG_PM) += pm.o | 4 | obj-$(CONFIG_PM) += pm.o |
5 | 5 | ||