From: Geert Uytterhoeven Date: Tue, 17 Jul 2012 22:47:57 +0000 (-0700) Subject: m32r: remove duplicate definition of PTRACE_O_TRACESYSGOOD X-Git-Tag: v3.5~22^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f604ccfdff2afe8224aee9322080a7c4c2014c;p=pandora-kernel.git m32r: remove duplicate definition of PTRACE_O_TRACESYSGOOD Fix the m32r build warning: include/linux/ptrace.h:66:0: warning: "PTRACE_O_TRACESYSGOOD" redefined [enabled by default] arch/m32r/include/asm/ptrace.h:117:0: note: this is the location of the previous definition We already have it in , so remove it from Signed-off-by: Geert Uytterhoeven Cc: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed