]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/miromico/hammerhead/hammerhead.c
Merge branch 'fixes' into cleanups
[karo-tx-uboot.git] / board / miromico / hammerhead / hammerhead.c
index 7fd078125424d1b029d188733f29f1a522bae57c..8b3e22cd9ece1ee1d3e21706b2ec52a611706c58 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 
 #include <asm/io.h>
 #include <asm/sdram.h>
@@ -49,8 +50,6 @@ static const struct sdram_config sdram_config = {
        .refresh_period = (781 * (SDRAMC_BUS_HZ / 1000)) / 100000,
 };
 
-extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
-
 #ifdef CONFIG_CMD_NET
 int board_eth_init(bd_t *bis)
 {