From: Jan-Simon Möller Date: Tue, 30 Apr 2013 10:02:33 +0000 (+0200) Subject: perf/x86/intel: Fix unintended variable name reuse X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0dac2ac6debdbf1541e15f2cede03613cf4465;p=pandora-kernel.git perf/x86/intel: Fix unintended variable name reuse The variable name events_group is already in used and led to a compilation error when using clang to build the Linux Kernel . The fix is just to rename the var. No functional change. Please apply. Fix suggested in discussion by PaX Team Signed-off-by: Jan-Simon Möller Cc: rostedt@goodmis.org Cc: a.p.zijlstra@chello.nl Cc: paulus@samba.org Cc: acme@ghostprotocols.net Link: http://lkml.kernel.org/r/1367316153-14808-1-git-send-email-dl9pf@gmx.de Cc: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed