From: Jeff Mahoney Date: Thu, 24 Feb 2011 19:49:00 +0000 (-0500) Subject: staging: winbond: needs for msleep and friends X-Git-Tag: v2.6.38.1~50 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9396b825a10a1f25f60085f49e2cde42a4bd39ee;p=karo-tx-linux.git staging: winbond: needs for msleep and friends commit cecf826df8648c843ea8db63b1f82c154a74db36 upstream. linux/delay.h is pulled in somehow on x86 but not on ia64 or powerpc. This fixes a build failure on those arches since they use [mu]delay. Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h index d7b3aca5ddeb..6160b2fab833 100644 --- a/drivers/staging/winbond/core.h +++ b/drivers/staging/winbond/core.h @@ -3,6 +3,7 @@ #include #include +#include #include "wbhal.h" #include "mto.h"