From: Jiri Olsa Date: Wed, 16 Apr 2014 18:49:02 +0000 (+0200) Subject: perf tools: Fix pmu object compilation error X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2f8164e5415ef48954f6929f4acae5764afdb4;p=pandora-kernel.git perf tools: Fix pmu object compilation error After applying some patches got another shadowing error: CC util/pmu.o util/pmu.c: In function ‘pmu_alias_terms’: util/pmu.c:287:35: error: declaration of ‘clone’ shadows a global declaration [-Werror=shadow] Renaming clone to cloned. Acked-by: David Ahern Cc: David Ahern Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1397674818-27054-1-git-send-email-jolsa@redhat.com Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed