From: Ralf Baechle Date: Sat, 3 Jun 2006 23:55:21 +0000 (+0100) Subject: [MIPS] Remove duplicate declarations from Alchemy code. X-Git-Tag: v2.6.18-rc1~1109^2~32 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cbb306962ec4b30e03423137e22d605281a8f598;p=~shefty%2Frdma-dev.git [MIPS] Remove duplicate declarations from Alchemy code. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 307e98c29dd..eb6026ef1cb 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c @@ -49,11 +49,7 @@ extern void __init board_setup(void); extern void au1000_restart(char *); extern void au1000_halt(void); extern void au1000_power_off(void); -extern struct resource ioport_resource; -extern struct resource iomem_resource; -extern void (*board_time_init)(void); extern void au1x_time_init(void); -extern void (*board_timer_setup)(struct irqaction *irq); extern void au1x_timer_setup(struct irqaction *irq); extern void au1xxx_time_init(void); extern void au1xxx_timer_setup(struct irqaction *irq);