diff options
Diffstat (limited to 'board/r7780mp/r7780mp.c')
| -rw-r--r-- | board/r7780mp/r7780mp.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/board/r7780mp/r7780mp.c b/board/r7780mp/r7780mp.c index 19c35d349..efbeec97c 100644 --- a/board/r7780mp/r7780mp.c +++ b/board/r7780mp/r7780mp.c @@ -23,6 +23,7 @@  #include <asm/processor.h>  #include <asm/io.h>  #include <asm/pci.h> +#include <netdev.h>  #include "r7780mp.h"  int checkboard(void) @@ -77,3 +78,8 @@ void pci_init_board(void)  {  	pci_sh7780_init(&hose);  } + +int board_eth_init(bd_t *bis) +{ +	return pci_eth_init(bis); +} |