diff options
Diffstat (limited to 'board/theadorable/theadorable.c')
-rw-r--r-- | board/theadorable/theadorable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c index 53ef9916a2..67bc00b65b 100644 --- a/board/theadorable/theadorable.c +++ b/board/theadorable/theadorable.c @@ -220,7 +220,7 @@ int checkboard(void) } #ifdef CONFIG_NET -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { cpu_eth_init(bis); /* Built in controller(s) come first */ return pci_eth_init(bis); |