Skip to content
Snippets Groups Projects
Commit 0d02f073 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] PB1200: Remove duplicate definitions

parent 6f2c3fa0
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#endif #endif
extern void _board_init_irq(void); extern void _board_init_irq(void);
extern void (*board_init_irq)(void); extern void (*board_init_irq)(void);
void board_reset (void) void board_reset (void)
{ {
...@@ -151,11 +151,7 @@ void __init board_setup(void) ...@@ -151,11 +151,7 @@ void __init board_setup(void)
#endif #endif
/* Setup Pb1200 External Interrupt Controller */ /* Setup Pb1200 External Interrupt Controller */
{ board_init_irq = _board_init_irq;
extern void (*board_init_irq)(void);
extern void _board_init_irq(void);
board_init_irq = _board_init_irq;
}
} }
int int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment