]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: plat-versatile: remove stale clock header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2017 09:34:41 +0000 (10:34 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Apr 2017 09:57:57 +0000 (11:57 +0200)
All the Versatile platforms (Integrator, Versatile, RealView
Versatile Express) have been migrated to use the drivers/clk
subsystem. Clean out this header that is not referenced
anywhere anymore.

Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/plat-versatile/include/plat/clock.h [deleted file]

diff --git a/arch/arm/plat-versatile/include/plat/clock.h b/arch/arm/plat-versatile/include/plat/clock.h
deleted file mode 100644 (file)
index 3cfb024..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef PLAT_CLOCK_H
-#define PLAT_CLOCK_H
-
-#include <asm/hardware/icst.h>
-
-struct clk_ops {
-       long    (*round)(struct clk *, unsigned long);
-       int     (*set)(struct clk *, unsigned long);
-       void    (*setvco)(struct clk *, struct icst_vco);
-};
-
-int icst_clk_set(struct clk *, unsigned long);
-long icst_clk_round(struct clk *, unsigned long);
-
-#endif