On 11/19/10 09:38, Greg KH wrote: > On Fri, Nov 19, 2010 at 09:30:18AM -0800, Randy Dunlap wrote: >> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> >> >> winbond drivers use msleep() and delay(), so include linux/delay.h >> in a common header file to prevent build errors. >> >> drivers/staging/winbond/phy_calibration.c:987: error: implicit declaration of function 'msleep' >> drivers/staging/winbond/phy_calibration.c:1556: error: implicit declaration of function 'udelay' >> drivers/staging/winbond/reg.c:894: error: implicit declaration of function 'msleep' >> drivers/staging/winbond/reg.c:1178: error: implicit declaration of function 'udelay' > > Is this error showing up in Linus's tree, or only in linux-next? I saw it in linux-next, but it looks like it should also be a build error in mainline. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html