Commit 7569c9fb authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Thomas Bogendoerfer
Browse files

mips/jazz: remove unused jazz_handle_int() declaration



The jazz_handle_int() has been removed since
commit e4ac58af ("[MIPS] Rewrite all the assembler interrupt
handlers to C."), so remove it.

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c0bb40a2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@
#include <asm/reboot.h>
#include <asm/tlbmisc.h>

extern asmlinkage void jazz_handle_int(void);

extern void jazz_machine_restart(char *command);

static struct resource jazz_io_resources[] = {