summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-04 10:56:22 +0100
committerTero Kristo <t-kristo@ti.com>2015-06-02 11:31:14 +0200
commit6f0051da4bb5b35014e1bb326d0a31fcad2369e5 (patch)
tree0f0505a5583110612d38e97f44b2247fb4577eaf /arch/arm/mach-omap2/Makefile
parentclk: ti: dpll: move omap3 DPLL functionality to clock driver (diff)
downloadlinux-6f0051da4bb5b35014e1bb326d0a31fcad2369e5.tar.xz
linux-6f0051da4bb5b35014e1bb326d0a31fcad2369e5.zip
ARM: OMAP3: clock: remove clock3xxx.c file
This now only has a couple of variables within it, which are used outside the file itself. Move these variables to where they are actually used, and remove the file completely as it is now empty. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index f9d4ccf39cea..070526563698 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_SOC_OMAP2430) += clock2430.o
-obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) clock3xxx.o
+obj-$(CONFIG_ARCH_OMAP3) += $(clock-common)
obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o clkt34xx_dpll3m2.o
obj-$(CONFIG_ARCH_OMAP3) += clock3517.o
obj-$(CONFIG_ARCH_OMAP4) += $(clock-common)