diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 18:48:11 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 08:35:45 +0400 |
commit | f940b0272a7313176ed48696c397e55a9e4b4850 (patch) | |
tree | 63e85b57f049cedc72499f869ff39186d8fae39a /arch/arm/mach-mxs/Makefile | |
parent | 4a1e75b60fff66b668b06a18fea100adc5613f86 (diff) | |
download | linux-f940b0272a7313176ed48696c397e55a9e4b4850.tar.xz |
ARM: mxs: remove platform device codes
With all the board files removed, there is no user for those platform
device code. Remove them.
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index a7ace243cfcc..2480ce99c6c4 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,8 +1,6 @@ # Common support -obj-y := devices.o icoll.o iomux.o ocotp.o system.o timer.o mm.o +obj-y := icoll.o iomux.o ocotp.o system.o timer.o mm.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o - -obj-y += devices/ |