summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>2016-03-28 15:31:41 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-03-28 23:46:20 +0300
commit379649cfeafef29b77d29860741f4d1c5870b65f (patch)
tree9aa6ee1d648e7394d5231350d75892798fec65cb /include/linux
parenta49ac9f83b31e41c8311d64bd2b3f97a23dcb38d (diff)
downloadlinux-379649cfeafef29b77d29860741f4d1c5870b65f.tar.xz
perf tools: Fix build break on powerpc
Commit 531d2410635c ("perf tools: Do not include stringify.h from the kernel sources") seems to have accidentially removed the inclusion of "util/header.h" from "arch/powerpc/util/header.c". "util/header.h" provides the prototype for get_cpuid() and is needed to build perf on Powerpc: arch/powerpc/util/header.c:17:1: error: no previous prototype for 'get_cpuid' [-Werror=missing-prototypes] Reported-by: Michael Ellerman <mpe@ellerman.id.au> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: 531d2410635c ("perf tools: Do not include stringify.h from the kernel sources") Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> [ Included "util.h" too, to get the scnprintf() prototype ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions