phy: fixed_phy: Add gpio to determine link up/down.
[pandora-kernel.git] / arch / mips / bcm47xx / setup.c
index 98c075f..17503a0 100644 (file)
@@ -263,7 +263,7 @@ static int __init bcm47xx_register_bus_complete(void)
        bcm47xx_leds_register();
        bcm47xx_workarounds();
 
-       fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status);
+       fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status, -1);
        return 0;
 }
 device_initcall(bcm47xx_register_bus_complete);