ar71xx: allow overriding of the lan port names on AP91 based boards
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-dir-600-a1.c
index 42146f55c8222f0adfe0df2fb541e46538e6208c..7222405a08d7ff9c7e4f4a8122adbc7759576ce1 100644 (file)
@@ -130,7 +130,7 @@ static void __init dir_600_a1_setup(void)
                                        ARRAY_SIZE(dir_600_a1_gpio_buttons),
                                        dir_600_a1_gpio_buttons);
 
-       ap91_eth_init(mac);
+       ap91_eth_init(mac, NULL);
        ap91_pci_init(ee, mac);
 }