Skip to content

Commit 7569c9f

Browse files
gscuitsbogend
authored andcommitted
mips/jazz: remove unused jazz_handle_int() declaration
The jazz_handle_int() has been removed since commit e4ac58a ("[MIPS] Rewrite all the assembler interrupt handlers to C."), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent c0bb40a commit 7569c9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/mips/jazz/setup.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#include <asm/reboot.h>
2424
#include <asm/tlbmisc.h>
2525

26-
extern asmlinkage void jazz_handle_int(void);
27-
2826
extern void jazz_machine_restart(char *command);
2927

3028
static struct resource jazz_io_resources[] = {

0 commit comments

Comments
 (0)