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

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
......@@ -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[] = {
......
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