diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-09 21:49:41 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 22:26:16 +0200 |
commit | 046f8f705ba684312f82e36abbd42c080f4e4e9a (patch) | |
tree | 36b5b4773335e3c970f62c7774652572da15bb4b /arch/mips/sgi-ip22 | |
parent | [MIPS] Nuke redeclarations of board_timer_setup. (diff) | |
download | linux-046f8f705ba684312f82e36abbd42c080f4e4e9a.tar.xz linux-046f8f705ba684312f82e36abbd42c080f4e4e9a.zip |
[MIPS] Remove redeclarations of setup_irq().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip22')
-rw-r--r-- | arch/mips/sgi-ip22/ip22-time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip22/ip22-time.c b/arch/mips/sgi-ip22/ip22-time.c index cca688ad64ad..0bae605201c4 100644 --- a/arch/mips/sgi-ip22/ip22-time.c +++ b/arch/mips/sgi-ip22/ip22-time.c @@ -12,6 +12,7 @@ #include <linux/bcd.h> #include <linux/ds1286.h> #include <linux/init.h> +#include <linux/irq.h> #include <linux/kernel.h> #include <linux/interrupt.h> #include <linux/kernel_stat.h> @@ -198,8 +199,6 @@ void indy_r4k_timer_interrupt(struct pt_regs *regs) irq_exit(); } -extern int setup_irq(unsigned int irq, struct irqaction *irqaction); - static void indy_timer_setup(struct irqaction *irq) { /* over-write the handler, we use our own way */ |