diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-03 16:08:42 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:29 +0300 |
commit | d5a04dddf51e234dc89f21e4e4b91e853cf49ff2 (patch) | |
tree | 1ebd6aeac7d4e9da903691a5d7360849c3373ac9 /arch/arm/mach-omap2/Makefile | |
parent | 9f37e90efaf0772b8f98bc347b9db77a3f0c27eb (diff) | |
download | linux-d5a04dddf51e234dc89f21e4e4b91e853cf49ff2.tar.gz linux-d5a04dddf51e234dc89f21e4e4b91e853cf49ff2.tar.bz2 linux-d5a04dddf51e234dc89f21e4e4b91e853cf49ff2.zip |
clk: ti: omap2430: move clock support code under clock driver
With the legacy clock support gone, this is no longer needed under
platform code-base. Thus, move this under the TI clock driver, and
remove the exported API from the public header.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 070526563698..695d58f81ff3 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -185,7 +185,6 @@ obj-$(CONFIG_ARCH_OMAP2) += $(clock-common) 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_SOC_OMAP2430) += clock2430.o obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o clkt34xx_dpll3m2.o obj-$(CONFIG_ARCH_OMAP3) += clock3517.o |