aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-04 00:55:21 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 17:39:20 +0100
commitcbb306962ec4b30e03423137e22d605281a8f598 (patch)
tree510435da13b336be64eb210f6d2a552503188c43
parent[MIPS] Cleanup __emt() a bit. (diff)
downloadlinux-dev-cbb306962ec4b30e03423137e22d605281a8f598.tar.xz
linux-dev-cbb306962ec4b30e03423137e22d605281a8f598.zip
[MIPS] Remove duplicate declarations from Alchemy code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/au1000/common/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c
index 307e98c29ddc..eb6026ef1cbb 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);