]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/kprobes: Rename opcode_t in probes.h to ppc_opcode_t
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>
Wed, 5 Sep 2012 22:17:04 +0000 (22:17 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 6 Sep 2012 23:48:50 +0000 (09:48 +1000)
commit28e1e58fb668e262648fb8ee8a24154633f40507
tree6a616228242a2caeca3ceff4f24c97b6f6053ce0
parent0127262c01f0beb485f917c720d1d95d165dfdbf
powerpc/kprobes: Rename opcode_t in probes.h to ppc_opcode_t

commit: 8b7b80b9ebb46dd88fbb94e918297295cf312b59
[24/29] powerpc: Uprobes port to powerpc

Caused a clash with the fore200e driver:

In file included from drivers/atm/fore200e.c:70:0:
drivers/atm/fore200e.h:263:3: error: redefinition of typedef 'opcode_t' with different type
arch/powerpc/include/asm/probes.h:25:13: note: previous declaration of 'opcode_t' was here

Fix the namespace clash by making opcode_t in probes.h to ppc_opcode_t.

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/kprobes.h
arch/powerpc/include/asm/probes.h
arch/powerpc/include/asm/uprobes.h