aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/scm.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 17:54:15 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:31 +0100
commit5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5 (patch)
treea9b64c8ece7c544b3f4dc7179e6671a8fc2c12c9 /include/net/scm.h
parentsched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h (diff)
downloadlinux-dev-5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5.tar.xz
linux-dev-5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5.zip
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Add #include <linux/cred.h> dependencies to all .c files rely on sched.h doing that for them. Note that even if the count where we need to add extra headers seems high, it's still a net win, because <linux/sched.h> is included in over 2,200 files ... 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> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/net/scm.h')
-rw-r--r--include/net/scm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/scm.h b/include/net/scm.h
index 59fa93c01d2a..142ea9e7a6d0 100644
--- a/include/net/scm.h
+++ b/include/net/scm.h
@@ -3,6 +3,7 @@
#include <linux/limits.h>
#include <linux/net.h>
+#include <linux/cred.h>
#include <linux/security.h>
#include <linux/pid.h>
#include <linux/nsproxy.h>