Skip to content

Commit

Permalink
[MIPS] PB1200: Remove duplicate definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Nov 30, 2006
1 parent 6f2c3fa commit 0d02f07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions arch/mips/au1000/pb1200/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#endif

extern void _board_init_irq(void);
extern void (*board_init_irq)(void);
extern void (*board_init_irq)(void);

void board_reset (void)
{
Expand Down Expand Up @@ -151,11 +151,7 @@ void __init board_setup(void)
#endif

/* Setup Pb1200 External Interrupt Controller */
{
extern void (*board_init_irq)(void);
extern void _board_init_irq(void);
board_init_irq = _board_init_irq;
}
board_init_irq = _board_init_irq;
}

int
Expand Down

0 comments on commit 0d02f07

Please sign in to comment.