diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-10-26 15:07:32 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 10:14:57 +0900 |
commit | b6c461d2791ce738bf14fc796e65b9a00072de96 (patch) | |
tree | e9cdd7437973b0ad6680f01d67c41cc1c5901a35 /arch/arm/mach-shmobile/clock.h | |
parent | 11886d1158e0dc123283891b662381f629ab47a0 (diff) | |
download | talos-op-linux-b6c461d2791ce738bf14fc796e65b9a00072de96.tar.gz talos-op-linux-b6c461d2791ce738bf14fc796e65b9a00072de96.zip |
ARM: shmobile: Remove shmobile_clk_workaround() implementation
The function isn't used or needed anymore, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock.h')
-rw-r--r-- | arch/arm/mach-shmobile/clock.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-shmobile/clock.h b/arch/arm/mach-shmobile/clock.h index 31b6417463e6..cf3552ea1019 100644 --- a/arch/arm/mach-shmobile/clock.h +++ b/arch/arm/mach-shmobile/clock.h @@ -1,19 +1,6 @@ #ifndef CLOCK_H #define CLOCK_H -#ifdef CONFIG_COMMON_CLK -/* temporary clock configuration helper for platform devices */ - -struct clk_name { - const char *clk; - const char *con_id; - const char *dev_id; -}; - -void shmobile_clk_workaround(const struct clk_name *clks, int nr_clks, - bool enable); - -#else /* CONFIG_COMMON_CLK */ /* legacy clock implementation */ struct clk; @@ -52,5 +39,4 @@ do { \ (p)->div = d; \ } while (0) -#endif /* CONFIG_COMMON_CLK */ #endif |