summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-07-28 14:16:48 +0530
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:55 -0400
commitfe772ebd285b4c442a2406419c49a4c7e829d83a (patch)
treead6986280bb64fe2448e9431e2b194761644a0fc /arch/arm/mach-keystone/Makefile
parent7531122e5ca64fd1d5b9a1feffa25bc812a627a6 (diff)
downloadtalos-obmc-uboot-fe772ebd285b4c442a2406419c49a4c7e829d83a.tar.gz
talos-obmc-uboot-fe772ebd285b4c442a2406419c49a4c7e829d83a.zip
ARM: keystone2: Use common definition for clk_get_rate
Since all the clocks are defined common, and has the same logic to get the frequencies, use a common definition for for clk_get_rate(). Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone/Makefile')
-rw-r--r--arch/arm/mach-keystone/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-keystone/Makefile b/arch/arm/mach-keystone/Makefile
index ed030db2c8..ffd9eadb0a 100644
--- a/arch/arm/mach-keystone/Makefile
+++ b/arch/arm/mach-keystone/Makefile
@@ -8,9 +8,6 @@
obj-y += init.o
obj-y += psc.o
obj-y += clock.o
-obj-$(CONFIG_SOC_K2HK) += clock-k2hk.o
-obj-$(CONFIG_SOC_K2E) += clock-k2e.o
-obj-$(CONFIG_SOC_K2L) += clock-k2l.o
obj-y += cmd_clock.o
obj-y += cmd_mon.o
obj-y += msmc.o
OpenPOWER on IntegriCloud