aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
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 /include/linux/platform_data
parentclk: bcm2835: Minimise clock jitter for PCM clock (diff)
downloadlinux-dev-cfe76a28e37112f471d4bcb8d5f336e3416299b7.tar.xz
linux-dev-cfe76a28e37112f471d4bcb8d5f336e3416299b7.zip
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 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/clk-realview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/clk-realview.h b/include/linux/platform_data/clk-realview.h
deleted file mode 100644
index 2e426a7dbc51..000000000000
--- a/include/linux/platform_data/clk-realview.h
+++ /dev/null
@@ -1 +0,0 @@
-void realview_clk_init(void __iomem *sysbase, bool is_pb1176);