diff options
Diffstat (limited to 'board/laird/wb45n/wb45n.c')
-rw-r--r-- | board/laird/wb45n/wb45n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/laird/wb45n/wb45n.c b/board/laird/wb45n/wb45n.c index 0d1be3f784..df6eeb6243 100644 --- a/board/laird/wb45n/wb45n.c +++ b/board/laird/wb45n/wb45n.c @@ -77,7 +77,7 @@ static void wb45n_gpio_hw_init(void) at91_set_gpio_deglitch(AT91_PIN_PB18, 1); } -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { int rc = 0; |