Commit cd9c513b authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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



This is a stray header that is not needed by anything in sched.h,
so remove it.

Update files that relied on the stray inclusion.

This reduces the size of the header dependency graph.

Acked-by: default avatarLinus 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: default avatarIngo Molnar <mingo@kernel.org>
parent fae3c30c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -226,8 +226,6 @@ struct task_cputime {
#define prof_exp	stime
#define sched_exp	sum_exec_runtime

#include <linux/rwsem.h>

#ifdef CONFIG_SCHED_INFO
struct sched_info {
	/* cumulative counters */
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <linux/nsproxy.h>
#include <linux/ns_common.h>
#include <linux/sched.h>
#include <linux/rwsem.h>
#include <linux/sysctl.h>
#include <linux/err.h>

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/utsname.h>
#include <linux/sysctl.h>
#include <linux/wait.h>
#include <linux/rwsem.h>

#ifdef CONFIG_PROC_SYSCTL