diff options
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 16 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh73a0.h | 15 |
2 files changed, 15 insertions, 16 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index d01a5511a5ac..48eeca9d25a3 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -19,22 +19,6 @@ extern int shmobile_enter_wfi(struct cpuidle_device *dev, | |||
19 | struct cpuidle_driver *drv, int index); | 19 | struct cpuidle_driver *drv, int index); |
20 | extern void shmobile_cpuidle_set_driver(struct cpuidle_driver *drv); | 20 | extern void shmobile_cpuidle_set_driver(struct cpuidle_driver *drv); |
21 | 21 | ||
22 | extern void sh73a0_init_delay(void); | ||
23 | extern void sh73a0_init_irq(void); | ||
24 | extern void sh73a0_init_irq_dt(void); | ||
25 | extern void sh73a0_map_io(void); | ||
26 | extern void sh73a0_earlytimer_init(void); | ||
27 | extern void sh73a0_add_early_devices(void); | ||
28 | extern void sh73a0_add_standard_devices(void); | ||
29 | extern void sh73a0_add_standard_devices_dt(void); | ||
30 | extern void sh73a0_clock_init(void); | ||
31 | extern void sh73a0_pinmux_init(void); | ||
32 | extern void sh73a0_pm_init(void); | ||
33 | extern struct clk sh73a0_extal1_clk; | ||
34 | extern struct clk sh73a0_extal2_clk; | ||
35 | extern struct clk sh73a0_extcki_clk; | ||
36 | extern struct clk sh73a0_extalr_clk; | ||
37 | |||
38 | extern void r8a7740_meram_workaround(void); | 22 | extern void r8a7740_meram_workaround(void); |
39 | extern void r8a7740_init_irq(void); | 23 | extern void r8a7740_init_irq(void); |
40 | extern void r8a7740_map_io(void); | 24 | extern void r8a7740_map_io(void); |
diff --git a/arch/arm/mach-shmobile/include/mach/sh73a0.h b/arch/arm/mach-shmobile/include/mach/sh73a0.h index 606d31d02a4e..936da1b4a9c5 100644 --- a/arch/arm/mach-shmobile/include/mach/sh73a0.h +++ b/arch/arm/mach-shmobile/include/mach/sh73a0.h | |||
@@ -557,6 +557,21 @@ enum { | |||
557 | #define SH73A0_PINT0_IRQ(irq) ((irq) + 700) | 557 | #define SH73A0_PINT0_IRQ(irq) ((irq) + 700) |
558 | #define SH73A0_PINT1_IRQ(irq) ((irq) + 732) | 558 | #define SH73A0_PINT1_IRQ(irq) ((irq) + 732) |
559 | 559 | ||
560 | extern void sh73a0_init_delay(void); | ||
561 | extern void sh73a0_init_irq(void); | ||
562 | extern void sh73a0_init_irq_dt(void); | ||
563 | extern void sh73a0_map_io(void); | ||
564 | extern void sh73a0_earlytimer_init(void); | ||
565 | extern void sh73a0_add_early_devices(void); | ||
566 | extern void sh73a0_add_standard_devices(void); | ||
567 | extern void sh73a0_add_standard_devices_dt(void); | ||
568 | extern void sh73a0_clock_init(void); | ||
569 | extern void sh73a0_pinmux_init(void); | ||
570 | extern void sh73a0_pm_init(void); | ||
571 | extern struct clk sh73a0_extal1_clk; | ||
572 | extern struct clk sh73a0_extal2_clk; | ||
573 | extern struct clk sh73a0_extcki_clk; | ||
574 | extern struct clk sh73a0_extalr_clk; | ||
560 | extern struct smp_operations sh73a0_smp_ops; | 575 | extern struct smp_operations sh73a0_smp_ops; |
561 | 576 | ||
562 | #endif /* __ASM_SH73A0_H__ */ | 577 | #endif /* __ASM_SH73A0_H__ */ |