mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
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>
This commit is contained in:
parent
1d1954e038
commit
b68070e146
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user