net: Remove the bd* parameter from net stack functions
[platform/kernel/u-boot.git] / board / ronetix / pm9g45 / pm9g45.c
index 15aa4ac..efc4133 100644 (file)
@@ -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