diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/common.h')
-rw-r--r-- | arch/arm/mach-s3c24xx/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c24xx/common.h b/arch/arm/mach-s3c24xx/common.h index ac3ff12a0601..c7ac7e61a22e 100644 --- a/arch/arm/mach-s3c24xx/common.h +++ b/arch/arm/mach-s3c24xx/common.h | |||
@@ -22,7 +22,6 @@ extern int s3c2410a_init(void); | |||
22 | extern void s3c2410_map_io(void); | 22 | extern void s3c2410_map_io(void); |
23 | extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 23 | extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
24 | extern void s3c2410_init_clocks(int xtal); | 24 | extern void s3c2410_init_clocks(int xtal); |
25 | extern void s3c2410_restart(enum reboot_mode mode, const char *cmd); | ||
26 | extern void s3c2410_init_irq(void); | 25 | extern void s3c2410_init_irq(void); |
27 | #else | 26 | #else |
28 | #define s3c2410_init_clocks NULL | 27 | #define s3c2410_init_clocks NULL |
@@ -38,7 +37,6 @@ extern void s3c2412_map_io(void); | |||
38 | extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 37 | extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
39 | extern void s3c2412_init_clocks(int xtal); | 38 | extern void s3c2412_init_clocks(int xtal); |
40 | extern int s3c2412_baseclk_add(void); | 39 | extern int s3c2412_baseclk_add(void); |
41 | extern void s3c2412_restart(enum reboot_mode mode, const char *cmd); | ||
42 | extern void s3c2412_init_irq(void); | 40 | extern void s3c2412_init_irq(void); |
43 | #else | 41 | #else |
44 | #define s3c2412_init_clocks NULL | 42 | #define s3c2412_init_clocks NULL |
@@ -53,7 +51,6 @@ extern void s3c2416_map_io(void); | |||
53 | extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 51 | extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
54 | extern void s3c2416_init_clocks(int xtal); | 52 | extern void s3c2416_init_clocks(int xtal); |
55 | extern int s3c2416_baseclk_add(void); | 53 | extern int s3c2416_baseclk_add(void); |
56 | extern void s3c2416_restart(enum reboot_mode mode, const char *cmd); | ||
57 | extern void s3c2416_init_irq(void); | 54 | extern void s3c2416_init_irq(void); |
58 | 55 | ||
59 | extern struct syscore_ops s3c2416_irq_syscore_ops; | 56 | extern struct syscore_ops s3c2416_irq_syscore_ops; |
@@ -67,7 +64,6 @@ extern struct syscore_ops s3c2416_irq_syscore_ops; | |||
67 | #if defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442) | 64 | #if defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442) |
68 | extern void s3c244x_map_io(void); | 65 | extern void s3c244x_map_io(void); |
69 | extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 66 | extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
70 | extern void s3c244x_restart(enum reboot_mode mode, const char *cmd); | ||
71 | #else | 67 | #else |
72 | #define s3c244x_init_uarts NULL | 68 | #define s3c244x_init_uarts NULL |
73 | #endif | 69 | #endif |
@@ -98,7 +94,6 @@ extern void s3c2443_map_io(void); | |||
98 | extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 94 | extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
99 | extern void s3c2443_init_clocks(int xtal); | 95 | extern void s3c2443_init_clocks(int xtal); |
100 | extern int s3c2443_baseclk_add(void); | 96 | extern int s3c2443_baseclk_add(void); |
101 | extern void s3c2443_restart(enum reboot_mode mode, const char *cmd); | ||
102 | extern void s3c2443_init_irq(void); | 97 | extern void s3c2443_init_irq(void); |
103 | #else | 98 | #else |
104 | #define s3c2443_init_clocks NULL | 99 | #define s3c2443_init_clocks NULL |