On 2/1/2012 6:14 PM, Troy Kisky wrote:
+       ksz9021_phy_write(phydev, 0, 0x105, 0x0);       /* min rx data delay */
+       ksz9021_phy_write(phydev, 0, 0x106, 0x0);       /* min tx data delay */
+       /* max rx/tx clock delay, min rx/tx control */
+       ksz9021_phy_write(phydev, 0, 0x104, 0xf0f0);
+       if (phydev->drv->config)
+               phydev->drv->config(phydev);

I didn't notice this warning before

mx6qsabrelite.c:244: warning: implicit declaration of function 'ksz9021_phy_write'

Can I add this definition to mx6qsabrelite.c?

checkpatch says it should be in a .h file.


I'll resend just 5/5 if nobody spots other issues.

Troy

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to