This is a note to let you know that I've just added the patch titled
staging: winbond: needs <linux/delay.h> for msleep and friends
to the 2.6.37-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
staging-winbond-needs-linux-delay.h-for-msleep-and-friends.patch
and it can be found in the queue-2.6.37 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From cecf826df8648c843ea8db63b1f82c154a74db36 Mon Sep 17 00:00:00 2001
From: Jeff Mahoney <[email protected]>
Date: Thu, 24 Feb 2011 14:49:00 -0500
Subject: staging: winbond: needs <linux/delay.h> for msleep and friends
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"
Patches currently in stable-queue which might be from [email protected] are
queue-2.6.37/staging-winbond-needs-linux-delay.h-for-msleep-and-friends.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable