ar71xx: allow overriding of the lan port names on AP91 based boards
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-rb750.c
index c2c3ee623f999b43623b7abc52edf3cab3f61169..a39101d631c0c44712ce380f598f61aa4eae8376 100644 (file)
@@ -117,7 +117,7 @@ static void __init rb750_setup(void)
                                     AR724X_GPIO_FUNC_ETH_SWITCH_LED3_EN |
                                     AR724X_GPIO_FUNC_ETH_SWITCH_LED4_EN);
 
-       ap91_eth_init(NULL);
+       ap91_eth_init(NULL, NULL);
        platform_device_register(&rb750_leds_device);
        platform_device_register(&rb750_nand_device);
 }