diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2024-08-14 18:37:39 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-08-29 10:39:00 +0200 |
commit | 7569c9fb2afd326258108e81d462b1a43c6b7ee0 (patch) | |
tree | 429500ded0ebc78a2eaee243c951df9deed106a0 | |
parent | c0bb40a2a401fed232d1e58e6a46d69a835fcf0a (diff) |
mips/jazz: remove unused jazz_handle_int() declaration
The jazz_handle_int() has been removed since
commit e4ac58afdfac ("[MIPS] Rewrite all the assembler interrupt
handlers to C."), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | arch/mips/jazz/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index e318ea11c858..d21e5d441f53 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -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[] = { |