summaryrefslogtreecommitdiff
path: root/drivers/clk/versatile/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-05-12 09:40:49 +0200
committerStephen Boyd <sboyd@codeaurora.org>2017-06-02 16:27:17 -0700
commitcfe76a28e37112f471d4bcb8d5f336e3416299b7 (patch)
treea797bbec815c0173e9d7c8c6dca6834cb5c72287 /drivers/clk/versatile/Makefile
parent3542976d85d96ab83f6c5b3ff9fb483620c6ba47 (diff)
clk: versatile: delete old RealView clock implementation
The old RealView clock implementation is not used anymore (nothing in the kernel calls realview_clk_init()) as we have moved all clocks over to device tree. Delete it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/versatile/Makefile')
-rw-r--r--drivers/clk/versatile/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/versatile/Makefile b/drivers/clk/versatile/Makefile
index 794130402c8d..58b54b814a6d 100644
--- a/drivers/clk/versatile/Makefile
+++ b/drivers/clk/versatile/Makefile
@@ -1,6 +1,5 @@
# Makefile for Versatile-specific clocks
obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o
obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o
-obj-$(CONFIG_ARCH_REALVIEW) += clk-realview.o
obj-$(CONFIG_CLK_SP810) += clk-sp810.o
obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o