summaryrefslogtreecommitdiffstats
path: root/kernel/arch/m68k/coldfire/m5272.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/m68k/coldfire/m5272.c')
-rw-r--r--kernel/arch/m68k/coldfire/m5272.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/m68k/coldfire/m5272.c b/kernel/arch/m68k/coldfire/m5272.c
index b15219ed2..c525e4c08 100644
--- a/kernel/arch/m68k/coldfire/m5272.c
+++ b/kernel/arch/m68k/coldfire/m5272.c
@@ -126,7 +126,7 @@ static struct fixed_phy_status nettel_fixed_phy_status __initdata = {
static int __init init_BSP(void)
{
m5272_uarts_init();
- fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status);
+ fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status, -1);
return 0;
}