diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-08-28 17:37:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-13 21:06:56 -0400 |
commit | 04418c23a9411b85b8789eab5f4397bcbd62b7b4 (patch) | |
tree | f44123c6c1c5b58abfb87dedd3ce2cc2f8fc8b6a | |
parent | fc22a4d484fafb373c51bb6792bb5a4ef4caae71 (diff) |
ARM: shmobile: Remove legacy clock support leftovers
The shmobile_clk_init() function has been removed and the linux/sh_clk.h
header doesn't need to be included anymore.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/common.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/r8a7779.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h index 0833a6ed02e4..9cb11215ceba 100644 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h | |||
@@ -15,8 +15,6 @@ extern void shmobile_boot_scu(void); | |||
15 | extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus); | 15 | extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus); |
16 | extern void shmobile_smp_scu_cpu_die(unsigned int cpu); | 16 | extern void shmobile_smp_scu_cpu_die(unsigned int cpu); |
17 | extern int shmobile_smp_scu_cpu_kill(unsigned int cpu); | 17 | extern int shmobile_smp_scu_cpu_kill(unsigned int cpu); |
18 | struct clk; | ||
19 | extern int shmobile_clk_init(void); | ||
20 | extern struct platform_suspend_ops shmobile_suspend_ops; | 18 | extern struct platform_suspend_ops shmobile_suspend_ops; |
21 | 19 | ||
22 | #ifdef CONFIG_SUSPEND | 20 | #ifdef CONFIG_SUSPEND |
diff --git a/arch/arm/mach-shmobile/r8a7779.h b/arch/arm/mach-shmobile/r8a7779.h index db303f76704e..aad833a8f0b8 100644 --- a/arch/arm/mach-shmobile/r8a7779.h +++ b/arch/arm/mach-shmobile/r8a7779.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef __ASM_R8A7779_H__ | 1 | #ifndef __ASM_R8A7779_H__ |
2 | #define __ASM_R8A7779_H__ | 2 | #define __ASM_R8A7779_H__ |
3 | 3 | ||
4 | #include <linux/sh_clk.h> | ||
5 | |||
6 | extern void r8a7779_pm_init(void); | 4 | extern void r8a7779_pm_init(void); |
7 | 5 | ||
8 | #ifdef CONFIG_PM | 6 | #ifdef CONFIG_PM |