aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index 780bd65140da..38e9a2d275f0 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -3,7 +3,7 @@
3 3
4extern struct sys_timer shmobile_timer; 4extern struct sys_timer shmobile_timer;
5extern void shmobile_setup_console(void); 5extern void shmobile_setup_console(void);
6 6struct clk;
7extern int clk_init(void); 7extern int clk_init(void);
8 8
9extern void sh7367_init_irq(void); 9extern void sh7367_init_irq(void);
@@ -22,5 +22,7 @@ extern void sh7372_add_early_devices(void);
22extern void sh7372_add_standard_devices(void); 22extern void sh7372_add_standard_devices(void);
23extern void sh7372_clock_init(void); 23extern void sh7372_clock_init(void);
24extern void sh7372_pinmux_init(void); 24extern void sh7372_pinmux_init(void);
25extern struct clk sh7372_extal1_clk;
26extern struct clk sh7372_extal2_clk;
25 27
26#endif /* __ARCH_MACH_COMMON_H */ 28#endif /* __ARCH_MACH_COMMON_H */