Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41386
b: refs/heads/master
c: 0d02f07
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Nov 30, 2006
1 parent f076ed0 commit d8e0887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f2c3fa022312d5381f44359984395761e375f1b
refs/heads/master: 0d02f0734f8d2310497fae4f960c978f679f66d9
8 changes: 2 additions & 6 deletions trunk/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 d8e0887

Please sign in to comment.