sched/headers: Remove <linux/rculist.h> from <linux/sched.h>
authorIngo Molnar <[email protected]>
Sat, 4 Feb 2017 00:27:20 +0000 (01:27 +0100)
committerIngo Molnar <[email protected]>
Fri, 3 Mar 2017 00:45:38 +0000 (01:45 +0100)
We don't actually need the full rculist.h header anymore, include
the smaller rcupdate.h header instead.

Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h

index 057b2a85ecc7810b58d45df62046021316d7cdca..5720d11f32247a7ba51e5ad9394348eb11f8ad46 100644 (file)
@@ -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>