[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>

authored by Russell King and committed by Russell King 1ad2cdbd 07ed3131

-1
-1
include/asm-arm/thread_info.h
··· 24 struct task_struct; 25 struct exec_domain; 26 27 - #include <asm/ptrace.h> 28 #include <asm/types.h> 29 #include <asm/domain.h> 30
··· 24 struct task_struct; 25 struct exec_domain; 26 27 #include <asm/types.h> 28 #include <asm/domain.h> 29