diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/common.h')
-rw-r--r-- | arch/arm/mach-s3c24xx/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/common.h b/arch/arm/mach-s3c24xx/common.h index 8a2b4137ddb6..362a8cd32eb0 100644 --- a/arch/arm/mach-s3c24xx/common.h +++ b/arch/arm/mach-s3c24xx/common.h | |||
@@ -73,6 +73,7 @@ extern void s3c244x_restart(char mode, const char *cmd); | |||
73 | #ifdef CONFIG_CPU_S3C2440 | 73 | #ifdef CONFIG_CPU_S3C2440 |
74 | extern int s3c2440_init(void); | 74 | extern int s3c2440_init(void); |
75 | extern void s3c2440_map_io(void); | 75 | extern void s3c2440_map_io(void); |
76 | extern void s3c2440_init_irq(void); | ||
76 | #else | 77 | #else |
77 | #define s3c2440_init NULL | 78 | #define s3c2440_init NULL |
78 | #define s3c2440_map_io NULL | 79 | #define s3c2440_map_io NULL |
@@ -81,6 +82,7 @@ extern void s3c2440_map_io(void); | |||
81 | #ifdef CONFIG_CPU_S3C2442 | 82 | #ifdef CONFIG_CPU_S3C2442 |
82 | extern int s3c2442_init(void); | 83 | extern int s3c2442_init(void); |
83 | extern void s3c2442_map_io(void); | 84 | extern void s3c2442_map_io(void); |
85 | extern void s3c2442_init_irq(void); | ||
84 | #else | 86 | #else |
85 | #define s3c2442_init NULL | 87 | #define s3c2442_init NULL |
86 | #define s3c2442_map_io NULL | 88 | #define s3c2442_map_io NULL |