diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-15 08:01:59 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 04:39:57 -0400 |
commit | 1ad2cdbd0eaf0ddb3f634d10d01a2710b00b2051 (patch) | |
tree | 23d89a2fc078b9f2f27473f56f2b840b0fdffa46 /include/asm-arm | |
parent | 07ed31319422e82d50dfae7aebf88514d258b8f3 (diff) |
[ARM] remove asm/ptrace.h from asm/thread_info.h
asm/thread_info.h doesn't need asm/ptrace.h, remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/thread_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index eae85b09db2e..69c65d56a6ac 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h | |||
@@ -24,7 +24,6 @@ | |||
24 | struct task_struct; | 24 | struct task_struct; |
25 | struct exec_domain; | 25 | struct exec_domain; |
26 | 26 | ||
27 | #include <asm/ptrace.h> | ||
28 | #include <asm/types.h> | 27 | #include <asm/types.h> |
29 | #include <asm/domain.h> | 28 | #include <asm/domain.h> |
30 | 29 | ||