diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-02-01 10:34:41 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-07 11:57:57 +0200 |
commit | b6acb2e4d934afffafb318a5c342243a482b25f1 (patch) | |
tree | c3896516ac3a8a3cdd91ac9d73993ef949cf749a /arch/arm | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-stable-b6acb2e4d934afffafb318a5c342243a482b25f1.tar.gz linux-stable-b6acb2e4d934afffafb318a5c342243a482b25f1.tar.bz2 linux-stable-b6acb2e4d934afffafb318a5c342243a482b25f1.zip |
ARM: plat-versatile: remove stale clock header
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-versatile/include/plat/clock.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/plat-versatile/include/plat/clock.h b/arch/arm/plat-versatile/include/plat/clock.h deleted file mode 100644 index 3cfb024ccd70..000000000000 --- a/arch/arm/plat-versatile/include/plat/clock.h +++ /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 |