diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-29 00:02:39 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-09 00:02:41 +0800 |
commit | 2664681fa4101aef2bceb81bbe26a81a88131393 (patch) | |
tree | 2a7e24a19c50da323956accbde0ca13b613bff30 /arch/arm/mach-mxs | |
parent | e80d76f84660268859ab82e82fd78c1ce8439323 (diff) | |
download | linux-stable-2664681fa4101aef2bceb81bbe26a81a88131393.tar.gz linux-stable-2664681fa4101aef2bceb81bbe26a81a88131393.tar.bz2 linux-stable-2664681fa4101aef2bceb81bbe26a81a88131393.zip |
ARM: mxs: switch to common clk framework
It switches mxs clock support to common clk framework based drivers.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 908bf9a567f1..6ce21a26412e 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,12 +1,9 @@ # Common support -obj-y := clock.o devices.o icoll.o iomux.o system.o timer.o mm.o +obj-y := devices.o icoll.o iomux.o system.o timer.o mm.o obj-$(CONFIG_MXS_OCOTP) += ocotp.o obj-$(CONFIG_PM) += pm.o -obj-$(CONFIG_SOC_IMX23) += clock-mx23.o -obj-$(CONFIG_SOC_IMX28) += clock-mx28.o - obj-$(CONFIG_MACH_STMP378X_DEVB) += mach-stmp378x_devb.o obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o |