diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 23:11:22 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 12:35:55 +0800 |
commit | 55e8bf4e18f7fdc6d621379ed4ca0fd836e9915c (patch) | |
tree | 542300bebbe2b0a560d79d07ba3ce5cd3d689821 /arch/arm/mach-mxs/Makefile | |
parent | f940b0272a7313176ed48696c397e55a9e4b4850 (diff) | |
download | blackbird-obmc-linux-55e8bf4e18f7fdc6d621379ed4ca0fd836e9915c.tar.gz blackbird-obmc-linux-55e8bf4e18f7fdc6d621379ed4ca0fd836e9915c.zip |
ARM: mxs: remove iomux driver
With all board files removed, there is no user of iomux driver.
Remove it.
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 2480ce99c6c4..3d3c8a973062 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,5 +1,5 @@ # Common support -obj-y := icoll.o iomux.o ocotp.o system.o timer.o mm.o +obj-y := icoll.o ocotp.o system.o timer.o mm.o obj-$(CONFIG_PM) += pm.o |