]> Git Repo - linux.git/commitdiff
Fix ISDN/Gigaset build failure
authorLinus Torvalds <[email protected]>
Mon, 19 Apr 2010 18:53:17 +0000 (11:53 -0700)
committerLinus 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

index d32efb6510429c0174ff3855b0886c2e50d91360..05947f9c18496b8b9b197cbe61c6696f450ca24d 100644 (file)
@@ -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>
This page took 0.059985 seconds and 4 git commands to generate.