mirror of https://gitee.com/openkylin/linux.git
[MIPS] Remove prototype for deleted function qemu_handle_int
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
8676d2e024
commit
cc8f0b827f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue