aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/coldfire/m5272.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/coldfire/m5272.c')
-rw-r--r--arch/m68k/coldfire/m5272.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/m5272.c b/arch/m68k/coldfire/m5272.c
index ad1185c68df7..6b3ab583c698 100644
--- a/arch/m68k/coldfire/m5272.c
+++ b/arch/m68k/coldfire/m5272.c
@@ -127,7 +127,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, -1);
+ fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status);
return 0;
}