diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-27 16:51:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 19:54:40 +0100 |
commit | 56ad669184a0455c096eeb525a14e8a5ab7c1b25 (patch) | |
tree | 01d224424c7dd9ce7ad9e64ab84b43fe57752ae4 /arch/arm/mach-omap2/Makefile | |
parent | ARM: OMAP: dma.c: Remove unused function (diff) | |
download | linux-56ad669184a0455c096eeb525a14e8a5ab7c1b25.tar.xz linux-56ad669184a0455c096eeb525a14e8a5ab7c1b25.zip |
ARM: OMAP2: clock: remove unused apll code
APLL clock type is no longer needed as the legacy clock support is removed.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
[tony@atomide.com: updated to apply]
Signed-off-by: Tony Lindgren <tony@atomide.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 5d27dfdef66b..9fee2ad1c0ee 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -181,7 +181,6 @@ obj-$(CONFIG_SOC_DRA7XX) += clockdomains7xx_data.o obj-$(CONFIG_ARCH_OMAP2) += $(clock-common) clock2xxx.o obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_dpllcore.o obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_virt_prcm_set.o -obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_apll.o obj-$(CONFIG_ARCH_OMAP2) += clkt2xxx_dpll.o clkt_iclk.o obj-$(CONFIG_SOC_OMAP2430) += clock2430.o obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) clock3xxx.o |