diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-15 13:01:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 09:39:57 +0100 |
commit | 1ad2cdbd0eaf0ddb3f634d10d01a2710b00b2051 (patch) | |
tree | 23d89a2fc078b9f2f27473f56f2b840b0fdffa46 /include/asm-arm/thread_info.h | |
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/thread_info.h')
-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 eae85b09db2..69c65d56a6a 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h @@ -24,7 +24,6 @@ struct task_struct; struct exec_domain; -#include <asm/ptrace.h> #include <asm/types.h> #include <asm/domain.h> |