diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-08-27 15:45:53 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-09-06 15:58:20 -0700 |
commit | ebc96db7632f987e0b9bffcb782cf5cfb8afb0dd (patch) | |
tree | 8b5376de9a6c5689a17f7f14060fa75cb293eaac /arch/arm/mach-ux500/Makefile | |
parent | 0e6dcde7288f1de8e2a5896349342de5d316d3cb (diff) | |
download | talos-op-linux-ebc96db7632f987e0b9bffcb782cf5cfb8afb0dd.tar.gz talos-op-linux-ebc96db7632f987e0b9bffcb782cf5cfb8afb0dd.zip |
ARM: ux500: Switch to use common clock framework
Remove machine specific clock implementation and switch to use
new common clock framework.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r-- | arch/arm/mach-ux500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 026086ff9e6c..5691ef679d01 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel, U8500 machine. # -obj-y := clock.o cpu.o devices.o devices-common.o \ +obj-y := cpu.o devices.o devices-common.o \ id.o usb.o timer.o obj-$(CONFIG_CPU_IDLE) += cpuidle.o obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o |