Skip to content

Commit

Permalink
[MIPS] Remove prototype for deleted function qemu_handle_int
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 6, 2007
1 parent 8676d2e commit cc8f0b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/qemu/q-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cc8f0b8

Please sign in to comment.