[44/87] staging: winbond: needs <linux/delay.h> for msleep and friends

From: Greg KH
Date: Mon Mar 21 2011 - 19:46:10 EST


2.6.37-stable review patch. If anyone has any objections, please let us know.

------------------

From: Jeff Mahoney <jeffm@xxxxxxxx>

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 <jeffm@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
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"


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/