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 b15219ed22bf..c525e4c08f84 100644
--- a/arch/m68k/coldfire/m5272.c
+++ b/arch/m68k/coldfire/m5272.c
@@ -126,7 +126,7 @@ static struct fixed_phy_status nettel_fixed_phy_status __initdata = {
126static int __init init_BSP(void) 126static int __init init_BSP(void)
127{ 127{
128 m5272_uarts_init(); 128 m5272_uarts_init();
129 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status); 129 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status, -1);
130 return 0; 130 return 0;
131} 131}
132 132