]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOOD
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 11 Jul 2012 21:01:59 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jul 2012 23:04:41 +0000 (16:04 -0700)
commit1c20c3de6c35b4ccf12f81b9f98ac9771e7510d3
tree1c1a4fe2e1f75c0bf0a10c5225d587bda05d7de6
parent325c117000c1851139981a63d331ea33f2997cd3
mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOOD

Fix the warning:

  include/linux/ptrace.h:66:0: warning: "PTRACE_O_TRACESYSGOOD" redefined [enabled by default]
  arch/mn10300/include/asm/ptrace.h:85:0: note: this is the location of the previous definition

We already have it in <linux/ptrace.h>, so remove it from <asm/ptrace.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/include/asm/ptrace.h