From: Sukadev Bhattiprolu Date: Thu, 7 Aug 2014 07:27:00 +0000 (-0700) Subject: perf tools powerpc: Explicitly include util/debug.h X-Git-Tag: omap-for-v3.19/prcm-cleanup~97^2~27^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7e767a726dd7dffad45d7fcbf371094e7f2288;p=pandora-kernel.git perf tools powerpc: Explicitly include util/debug.h Looks like util/debug.h was indirectly included before and is no longer included now. pr_debug is left undefined and the build of perf tool fails on Powerpc. Explicitly include util/debug.h. Signed-off-by: Sukadev Bhattiprolu Acked-by: Jiri Olsa Cc: Jiri Olsa Cc: Michael Ellerman Link: http://lkml.kernel.org/r/20140807072700.GA17623@us.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed