diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-03 10:03:42 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:33 +0100 |
commit | f780d89a0e820a529cf91fb78b52565e1b37b774 (patch) | |
tree | 64ba9f621ec52aa99a0ec0a9a9145063ce48533f /include | |
parent | e26512fea5bcd6602dbf02a551ed073cd4529449 (diff) |
sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>
This reduces header dependencies.
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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1be69735cef3..9dfa9c113570 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> |