[ARM] Remove needless linux/ptrace.h includes
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 3 Mar 2007 19:45:25 +0000 (19:45 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Apr 2007 19:34:47 +0000 (20:34 +0100)
Lots of places in arch/arm were needlessly including linux/ptrace.h,
resumably because we used to pass a struct pt_regs to interrupt
handlers.  Now that we don't, all these ptrace.h includes are
redundant.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found