ColdFire: fix build error becasue of bad type of mii_init()
[oweals/u-boot.git] / board / m5282evb / mii.c
index ebd3ed938747a5a633120c20ff8efc1bc03bba40..d7c6d1f0e396e5e4f0e42e8b0c207cfd0dd71695 100644 (file)
@@ -201,7 +201,7 @@ int mii_discover_phy(struct eth_device *dev)
 }
 #endif                         /* CFG_DISCOVER_PHY */
 
-int mii_init(void) __attribute__((weak,alias("__mii_init")));
+void mii_init(void) __attribute__((weak,alias("__mii_init")));
 
 void __mii_init(void)
 {