diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-03 17:28:12 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:37 +0300 |
commit | f2671d5c6cb4abe4636014cd66fd0eeb8190b2ca (patch) | |
tree | 16640980aa07d8f3cd5dc39ffc0e96b064495734 /arch/arm/mach-omap2/Makefile | |
parent | bd86cfdcbd827216fd682d62ffba2667bbe6fbc3 (diff) | |
download | linux-f2671d5c6cb4abe4636014cd66fd0eeb8190b2ca.tar.gz linux-f2671d5c6cb4abe4636014cd66fd0eeb8190b2ca.tar.bz2 linux-f2671d5c6cb4abe4636014cd66fd0eeb8190b2ca.zip |
clk: ti: omap34xx: move omap34xx clock type support code to clock driver
With the legacy clock data gone, this is no longer needed under platform,
so move it under the clock driver itself. Remove unnecessary declarations
from the TI clock header also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 695d58f81ff3..22d2e48dcff5 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -186,7 +186,7 @@ obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_dpllcore.o obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_virt_prcm_set.o obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_dpll.o obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) -obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o clkt34xx_dpll3m2.o +obj-$(CONFIG_ARCH_OMAP3) += clkt34xx_dpll3m2.o obj-$(CONFIG_ARCH_OMAP3) += clock3517.o obj-$(CONFIG_ARCH_OMAP4) += $(clock-common) obj-$(CONFIG_SOC_AM33XX) += $(clock-common) |