[MIPS] Remove prototype for deleted function qemu_handle_int
authorRalf Baechle <ralf@linux-mips.org>
Sun, 20 May 2007 20:29:01 +0000 (22:29 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 6 Jun 2007 18:34:33 +0000 (19:34 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/qemu/q-irq.c

index f5ea2fe..89891e9 100644 (file)
@@ -7,8 +7,6 @@
 #include <asm/system.h>
 #include <asm/time.h>
 
-extern asmlinkage void qemu_handle_int(void);
-
 asmlinkage void plat_irq_dispatch(void)
 {
        unsigned int pending = read_c0_status() & read_c0_cause();