|
@@ -22,7 +22,6 @@ extern int s3c2410a_init(void);
|
|
|
extern void s3c2410_map_io(void);
|
|
|
extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
|
|
extern void s3c2410_init_clocks(int xtal);
|
|
|
-extern void s3c2410_restart(enum reboot_mode mode, const char *cmd);
|
|
|
extern void s3c2410_init_irq(void);
|
|
|
#else
|
|
|
#define s3c2410_init_clocks NULL
|
|
@@ -38,7 +37,6 @@ extern void s3c2412_map_io(void);
|
|
|
extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
|
|
extern void s3c2412_init_clocks(int xtal);
|
|
|
extern int s3c2412_baseclk_add(void);
|
|
|
-extern void s3c2412_restart(enum reboot_mode mode, const char *cmd);
|
|
|
extern void s3c2412_init_irq(void);
|
|
|
#else
|
|
|
#define s3c2412_init_clocks NULL
|
|
@@ -53,7 +51,6 @@ extern void s3c2416_map_io(void);
|
|
|
extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
|
|
extern void s3c2416_init_clocks(int xtal);
|
|
|
extern int s3c2416_baseclk_add(void);
|
|
|
-extern void s3c2416_restart(enum reboot_mode mode, const char *cmd);
|
|
|
extern void s3c2416_init_irq(void);
|
|
|
|
|
|
extern struct syscore_ops s3c2416_irq_syscore_ops;
|
|
@@ -67,7 +64,6 @@ extern struct syscore_ops s3c2416_irq_syscore_ops;
|
|
|
#if defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442)
|
|
|
extern void s3c244x_map_io(void);
|
|
|
extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
|
|
-extern void s3c244x_restart(enum reboot_mode mode, const char *cmd);
|
|
|
#else
|
|
|
#define s3c244x_init_uarts NULL
|
|
|
#endif
|
|
@@ -98,7 +94,6 @@ extern void s3c2443_map_io(void);
|
|
|
extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
|
|
extern void s3c2443_init_clocks(int xtal);
|
|
|
extern int s3c2443_baseclk_add(void);
|
|
|
-extern void s3c2443_restart(enum reboot_mode mode, const char *cmd);
|
|
|
extern void s3c2443_init_irq(void);
|
|
|
#else
|
|
|
#define s3c2443_init_clocks NULL
|