diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-12 10:21:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-19 23:07:29 -0400 |
commit | 495b3cea94135a97e919bca67d7dcfdefafc7767 (patch) | |
tree | 480e9fbe9e8d946cd837da0eec244733986939a6 /arch/arm/mach-shmobile/include | |
parent | e47bb515c57853c1f41474dae199cb033e747f66 (diff) |
ARM: mach-shmobile: sh7372 clock framework support V2
This patch is V2 of clock framework tables/code for sh7372.
MSTP are included for KEYSC, SCIF, IIC, USB, SDHI and UIO.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index f3d51858b9b8..780bd65140da 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -20,6 +20,7 @@ extern void sh7377_pinmux_init(void); | |||
20 | extern void sh7372_init_irq(void); | 20 | extern void sh7372_init_irq(void); |
21 | extern void sh7372_add_early_devices(void); | 21 | extern void sh7372_add_early_devices(void); |
22 | extern void sh7372_add_standard_devices(void); | 22 | extern void sh7372_add_standard_devices(void); |
23 | extern void sh7372_clock_init(void); | ||
23 | extern void sh7372_pinmux_init(void); | 24 | extern void sh7372_pinmux_init(void); |
24 | 25 | ||
25 | #endif /* __ARCH_MACH_COMMON_H */ | 26 | #endif /* __ARCH_MACH_COMMON_H */ |