[MIPS] Remove prototype for deleted function qemu_handle_int

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2007-05-20 22:29:01 +02:00
Родитель 8676d2e024
Коммит cc8f0b827f
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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();