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

sched/headers: Remove <linux/rculist.h> from <linux/sched.h>

We don't actually need the full rculist.h header anymore, include
the smaller rcupdate.h header instead.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

+1 -1
+1 -1
include/linux/sched.h
··· 14 14 #include <linux/signal_types.h> 15 15 #include <linux/pid.h> 16 16 #include <linux/seccomp.h> 17 - #include <linux/rculist.h> 17 + #include <linux/rcupdate.h> 18 18 19 19 #include <linux/resource.h> 20 20 #include <linux/hrtimer.h>