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>
This commit is contained in:
Linus Walleij
2017-05-12 09:40:49 +02:00
committed by Stephen Boyd
parent 3542976d85
commit cfe76a28e3
3 changed files with 0 additions and 99 deletions

View File

@@ -1 +0,0 @@
void realview_clk_init(void __iomem *sysbase, bool is_pb1176);