aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx/common.h')
-rw-r--r--arch/arm/mach-s3c64xx/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/common.h b/arch/arm/mach-s3c64xx/common.h
index a2af0e1fdb00..bd3bd562011e 100644
--- a/arch/arm/mach-s3c64xx/common.h
+++ b/arch/arm/mach-s3c64xx/common.h
@@ -37,7 +37,6 @@ extern void s3c6400_init_irq(void);
37extern void s3c6400_map_io(void); 37extern void s3c6400_map_io(void);
38 38
39#else 39#else
40#define s3c6400_init_clocks NULL
41#define s3c6400_map_io NULL 40#define s3c6400_map_io NULL
42#define s3c6400_init NULL 41#define s3c6400_init NULL
43#endif 42#endif
@@ -49,7 +48,6 @@ extern void s3c6410_init_irq(void);
49extern void s3c6410_map_io(void); 48extern void s3c6410_map_io(void);
50 49
51#else 50#else
52#define s3c6410_init_clocks NULL
53#define s3c6410_map_io NULL 51#define s3c6410_map_io NULL
54#define s3c6410_init NULL 52#define s3c6410_init NULL
55#endif 53#endif