]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ronetix/pm9g45/pm9g45.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / board / ronetix / pm9g45 / pm9g45.c
index c9f2747007d80c9d4c839cbcc5d47b3cd0332dac..efc4133bbfe9d78f6048781efba3340dc186982d 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include <common.h>
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
 #include <asm/arch/at91sam9_smc.h>
@@ -166,7 +166,7 @@ void reset_phy(void)
         * Initialize ethernet HW addr prior to starting Linux,
         * needed for nfsroot
         */
-       eth_init(gd->bd);
+       eth_init();
 #endif
 }
 #endif