]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/atngw100/atngw100.c
Merge branch 'fixes' into cleanups
[karo-tx-uboot.git] / board / atmel / atngw100 / atngw100.c
index 480d5255fde49c4b4742d22e95c3c02439d918e7..004d8daa900b2c8ba630623461b0e3d67cdb7b7b 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/hmatrix.h>
 #include <asm/arch/portmux.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -95,8 +96,6 @@ int board_early_init_r(void)
        return 0;
 }
 
-extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
-
 #ifdef CONFIG_CMD_NET
 int board_eth_init(bd_t *bi)
 {