Use the freshly introduced, reduced size <linux/mm_types_task.h> header instead.
Cc: Linus Torvalds <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]> --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 6ec22565ecc7..dfdc64cc7c06 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -8,7 +8,7 @@ #include <linux/capability.h> #include <linux/mutex.h> #include <linux/plist.h> -#include <linux/mm_types.h> +#include <linux/mm_types_task.h> #include <asm/ptrace.h> #include <linux/sem.h> -- 2.7.4

