diff options
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
| -rw-r--r-- | arch/mips/bcm47xx/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 98c075f81795..17503a05938e 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
| @@ -263,7 +263,7 @@ static int __init bcm47xx_register_bus_complete(void) | |||
| 263 | bcm47xx_leds_register(); | 263 | bcm47xx_leds_register(); |
| 264 | bcm47xx_workarounds(); | 264 | bcm47xx_workarounds(); |
| 265 | 265 | ||
| 266 | fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); | 266 | fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status, -1); |
| 267 | return 0; | 267 | return 0; |
| 268 | } | 268 | } |
| 269 | device_initcall(bcm47xx_register_bus_complete); | 269 | device_initcall(bcm47xx_register_bus_complete); |
