]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/atstk1000/atstk1000.c
Merge branch 'fixes' into cleanups
[karo-tx-uboot.git] / board / atmel / atstk1000 / atstk1000.c
index 7be39931e5e20e2462b726c6d40d494535e31d2d..c36cb5717be4fc303b1edc3e4798f9e5f1c25cc9 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/arch/clk.h>
 #include <asm/arch/hmatrix.h>
 #include <asm/arch/portmux.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -117,8 +118,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)
 {