From: Russell King Date: Sat, 3 Mar 2007 19:45:25 +0000 (+0000) Subject: [ARM] Remove needless linux/ptrace.h includes X-Git-Tag: v2.6.22-rc1~1009^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0a00beb80624a446ba7c0152cd171008eeab2e;p=pandora-kernel.git [ARM] Remove needless linux/ptrace.h includes 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 --- Reading git-diff-tree failed