diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-09 15:42:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:16 -0400 |
commit | 50785a595cfc8ff9188f9be395ccb214ac43e190 (patch) | |
tree | cdaa9d30bb3abf50bb558fbed4e603e185aac0c1 /arch/mips/philips | |
parent | 115f2a44e07b24e6fa4d636c9a95e8e05a0d9d69 (diff) |
[MIPS] Nuke redeclarations of board_timer_setup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips')
-rw-r--r-- | arch/mips/philips/pnx8550/common/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/philips/pnx8550/common/setup.c b/arch/mips/philips/pnx8550/common/setup.c index 8ac81a9dc293..1a0cc3eef57f 100644 --- a/arch/mips/philips/pnx8550/common/setup.c +++ b/arch/mips/philips/pnx8550/common/setup.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/sched.h> | 21 | #include <linux/sched.h> |
22 | #include <linux/ioport.h> | 22 | #include <linux/ioport.h> |
23 | #include <linux/irq.h> | ||
23 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
24 | #include <linux/delay.h> | 25 | #include <linux/delay.h> |
25 | #include <linux/interrupt.h> | 26 | #include <linux/interrupt.h> |
@@ -50,7 +51,6 @@ extern struct resource ioport_resource; | |||
50 | extern struct resource iomem_resource; | 51 | extern struct resource iomem_resource; |
51 | extern void (*board_time_init)(void); | 52 | extern void (*board_time_init)(void); |
52 | extern void pnx8550_time_init(void); | 53 | extern void pnx8550_time_init(void); |
53 | extern void (*board_timer_setup)(struct irqaction *irq); | ||
54 | extern void pnx8550_timer_setup(struct irqaction *irq); | 54 | extern void pnx8550_timer_setup(struct irqaction *irq); |
55 | extern void rs_kgdb_hook(int tty_no); | 55 | extern void rs_kgdb_hook(int tty_no); |
56 | extern void prom_printf(char *fmt, ...); | 56 | extern void prom_printf(char *fmt, ...); |