diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 13:15:53 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 20:42:18 +0800 |
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 5339973d503..2568d24358e 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,5 +1,5 @@ # Common support -obj-y := ocotp.o mm.o +obj-y := ocotp.o obj-$(CONFIG_PM) += pm.o |