diff options
Diffstat (limited to 'arch/arm/mach-exynos/common.h')
-rw-r--r-- | arch/arm/mach-exynos/common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index b32c6b5f4231..677b5467df18 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h | |||
@@ -16,7 +16,9 @@ extern struct sys_timer exynos4_timer; | |||
16 | 16 | ||
17 | void exynos_init_io(struct map_desc *mach_desc, int size); | 17 | void exynos_init_io(struct map_desc *mach_desc, int size); |
18 | void exynos4_init_irq(void); | 18 | void exynos4_init_irq(void); |
19 | void exynos5_init_irq(void); | ||
19 | void exynos4_restart(char mode, const char *cmd); | 20 | void exynos4_restart(char mode, const char *cmd); |
21 | void exynos5_restart(char mode, const char *cmd); | ||
20 | 22 | ||
21 | #ifdef CONFIG_ARCH_EXYNOS4 | 23 | #ifdef CONFIG_ARCH_EXYNOS4 |
22 | void exynos4_register_clocks(void); | 24 | void exynos4_register_clocks(void); |
@@ -27,6 +29,15 @@ void exynos4_setup_clocks(void); | |||
27 | #define exynos4_setup_clocks() | 29 | #define exynos4_setup_clocks() |
28 | #endif | 30 | #endif |
29 | 31 | ||
32 | #ifdef CONFIG_ARCH_EXYNOS5 | ||
33 | void exynos5_register_clocks(void); | ||
34 | void exynos5_setup_clocks(void); | ||
35 | |||
36 | #else | ||
37 | #define exynos5_register_clocks() | ||
38 | #define exynos5_setup_clocks() | ||
39 | #endif | ||
40 | |||
30 | #ifdef CONFIG_CPU_EXYNOS4210 | 41 | #ifdef CONFIG_CPU_EXYNOS4210 |
31 | void exynos4210_register_clocks(void); | 42 | void exynos4210_register_clocks(void); |
32 | 43 | ||