Commit 2c70df5b authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Nuke redeclarations of board_time_init.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 046f8f70
......@@ -59,7 +59,6 @@ extern void it8172_restart(char *command);
extern void it8172_halt(void);
extern void it8172_power_off(void);
extern void (*board_time_init)(void);
extern void it8172_time_init(void);
extern void it8172_timer_setup(struct irqaction *irq);
......
......@@ -49,7 +49,6 @@ extern void pnx8550_machine_halt(void);
extern void pnx8550_machine_power_off(void);
extern struct resource ioport_resource;
extern struct resource iomem_resource;
extern void (*board_time_init)(void);
extern void pnx8550_time_init(void);
extern void pnx8550_timer_setup(struct irqaction *irq);
extern void rs_kgdb_hook(int tty_no);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment