projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0365f0
)
staging: winbond: needs <linux/delay.h> for msleep and friends
author
Jeff Mahoney
<jeffm@suse.com>
Thu, 24 Feb 2011 19:49:00 +0000
(14:49 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 1 Mar 2011 03:14:22 +0000
(19:14 -0800)
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@suse.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/winbond/core.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/winbond/core.h
b/drivers/staging/winbond/core.h
index d7b3aca5ddebaa71ca7ac169edefc78ef1b7e5b7..6160b2fab833fe700e5478aa0a5c2f71484e0282 100644
(file)
--- 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.h"
#include "mto.h"