2.6.37-stable review patch. If anyone has any objections, please let us know.
------------------ From: Jeff Mahoney <[email protected]> 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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/staging/winbond/core.h | 1 + 1 file changed, 1 insertion(+) --- a/drivers/staging/winbond/core.h +++ b/drivers/staging/winbond/core.h @@ -3,6 +3,7 @@ #include <linux/wireless.h> #include <linux/types.h> +#include <linux/delay.h> #include "wbhal_s.h" #include "mto.h" _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
