From b68070e146b9c2b4ece8d869a4fab9a4f14bbfb4 Mon Sep 17 00:00:00 2001 From: Ingo Molnar <mingo@kernel.org> Date: Sat, 4 Feb 2017 01:27:20 +0100 Subject: [PATCH] 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> --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 057b2a85ecc78..5720d11f32247 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> -- GitLab