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>
diff --git a/include/linux/sched.h b/include/linux/sched.h index 057b2a8..5720d11 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h
@@ -14,7 +14,7 @@ #include <linux/signal_types.h> #include <linux/pid.h> #include <linux/seccomp.h> -#include <linux/rculist.h> +#include <linux/rcupdate.h> #include <linux/resource.h> #include <linux/hrtimer.h>