diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-05-12 09:40:49 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-06-02 16:27:17 -0700 |
commit | cfe76a28e37112f471d4bcb8d5f336e3416299b7 (patch) | |
tree | a797bbec815c0173e9d7c8c6dca6834cb5c72287 /include/linux/platform_data/clk-realview.h | |
parent | 3542976d85d96ab83f6c5b3ff9fb483620c6ba47 (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 'include/linux/platform_data/clk-realview.h')
-rw-r--r-- | include/linux/platform_data/clk-realview.h | 1 |
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); |