From: Jon Medhurst Date: Tue, 10 Feb 2015 07:03:22 +0000 (+0800) Subject: ARM: kprobes: Fix compilation error caused by superfluous '*' X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~109^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1c0664de11e4b5861957ab4ddff2aeeffd042f;p=pandora-kernel.git ARM: kprobes: Fix compilation error caused by superfluous '*' There is a superfluous '*' in the definition of kprobe_decode_insn_t which on older versions of GCC (4.2.4) causes the compilation error: In file included from arch/arm/probes/kprobes/core.c:37: arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other than a declaration Fix this by removing the unneeded character. Reported-by: Janusz Użycki Signed-off-by: Jon Medhurst --- Reading git-diff-tree failed