diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 39b78bb80e09..4b653e92d72e 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -31,6 +31,9 @@ extern void sh7372_add_early_devices(void); | |||
31 | extern void sh7372_add_standard_devices(void); | 31 | extern void sh7372_add_standard_devices(void); |
32 | extern void sh7372_clock_init(void); | 32 | extern void sh7372_clock_init(void); |
33 | extern void sh7372_pinmux_init(void); | 33 | extern void sh7372_pinmux_init(void); |
34 | extern void sh7372_pm_init(void); | ||
35 | extern void sh7372_cpu_suspend(void); | ||
36 | extern void sh7372_cpu_resume(void); | ||
34 | extern struct clk sh7372_extal1_clk; | 37 | extern struct clk sh7372_extal1_clk; |
35 | extern struct clk sh7372_extal2_clk; | 38 | extern struct clk sh7372_extal2_clk; |
36 | 39 | ||