Skip to content

Commit

Permalink
clk: versatile: delete old RealView clock implementation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Stephen Boyd committed Jun 2, 2017
1 parent 3542976 commit cfe76a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
1 change: 0 additions & 1 deletion drivers/clk/versatile/Makefile
Original file line number Diff line number Diff line change
@@ -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
97 changes: 0 additions & 97 deletions drivers/clk/versatile/clk-realview.c

This file was deleted.

1 change: 0 additions & 1 deletion include/linux/platform_data/clk-realview.h

This file was deleted.

0 comments on commit cfe76a2

Please sign in to comment.