[PATCH 17/35] sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>

From: Ingo Molnar
Date: Wed Feb 08 2017 - 14:18:12 EST


This reduces header dependencies.

Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Mike Galbraith <efault@xxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
include/linux/sched.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index fce27dc4bee3..2b737e6996a3 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -8,7 +8,6 @@
#include <linux/mutex.h>
#include <linux/plist.h>
#include <linux/mm_types_task.h>
-#include <asm/ptrace.h>

#include <linux/sem.h>
#include <linux/shm.h>
--
2.7.4