From: Ananth N Mavinakayanahalli Date: Wed, 5 Sep 2012 22:17:04 +0000 (+0000) Subject: powerpc/kprobes: Rename opcode_t in probes.h to ppc_opcode_t X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e1e58fb668e262648fb8ee8a24154633f40507;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed