]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sched/headers: Remove <linux/sched.h> from <linux/sched/autogroup.h>
authorIngo Molnar <mingo@kernel.org>
Wed, 8 Feb 2017 17:51:54 +0000 (18:51 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:29 +0000 (01:45 +0100)
The <linux/sched/autogroup.h> file is a largely self-contained header and users of
it either don't need <linux/sched.h> - or have already included it.

Add a 'task_struct' predeclaration to make it build standalone.

This reduces the size of the header dependency graph.

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>
include/linux/sched/autogroup.h

index fd6855548d0c7f3cb66e62173a65a2ae8e6d4ade..55cd496df8849dbcd7519675e77bd7758f01daba 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef _LINUX_SCHED_AUTOGROUP_H
 #define _LINUX_SCHED_AUTOGROUP_H
 
-#include <linux/sched.h>
-
 struct signal_struct;
+struct task_struct;
 struct task_group;
 struct seq_file;