Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix ISDN/Gigaset build failure

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 <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

+1
+1
drivers/isdn/gigaset/gigaset.h
··· 20 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 21 21 22 22 #include <linux/kernel.h> 23 + #include <linux/sched.h> 23 24 #include <linux/compiler.h> 24 25 #include <linux/types.h> 25 26 #include <linux/ctype.h>