Commit cc8f0b82 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Remove prototype for deleted function qemu_handle_int

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8676d2e0
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#include <asm/system.h> #include <asm/system.h>
#include <asm/time.h> #include <asm/time.h>
extern asmlinkage void qemu_handle_int(void);
asmlinkage void plat_irq_dispatch(void) asmlinkage void plat_irq_dispatch(void)
{ {
unsigned int pending = read_c0_status() & read_c0_cause(); unsigned int pending = read_c0_status() & read_c0_cause();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment