projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85341c6
)
Fix ISDN/Gigaset build failure
author
Linus Torvalds
<
[email protected]
>
Mon, 19 Apr 2010 18:53:17 +0000
(11:53 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 19 Apr 2010 18:53:17 +0000
(11:53 -0700)
Commit
b91ecb00
("gigaset: include cleanup cleanup") removed an implicit
sched.h inclusion that came in via slab.h, and caused various compile
problems as a result.
This should fix it.
Reported-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/isdn/gigaset/gigaset.h
patch
|
blob
|
history
diff --git
a/drivers/isdn/gigaset/gigaset.h
b/drivers/isdn/gigaset/gigaset.h
index d32efb6510429c0174ff3855b0886c2e50d91360..05947f9c18496b8b9b197cbe61c6696f450ca24d 100644
(file)
--- a/
drivers/isdn/gigaset/gigaset.h
+++ b/
drivers/isdn/gigaset/gigaset.h
@@
-20,6
+20,7
@@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
+#include <linux/sched.h>
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/ctype.h>