[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-v04ydmbh7tvpcctf3zld9j9s@git.kernel.org>
Date: Mon, 8 Oct 2018 22:28:22 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: alexander.sverdlin@...ia.com, jolsa@...nel.org, mingo@...nel.org,
hpa@...or.com, dsahern@...il.com, wangnan0@...wei.com,
acme@...hat.com, adrian.hunter@...el.com, tglx@...utronix.de,
linux-kernel@...r.kernel.org, namhyung@...nel.org
Subject: [tip:perf/core] perf auxtrace: Include missing asm/bitsperlong.h to
get BITS_PER_LONG
Commit-ID: 291ed51deee49ff35d0824fb7050538b449964d6
Gitweb: https://git.kernel.org/tip/291ed51deee49ff35d0824fb7050538b449964d6
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 25 Sep 2018 11:52:10 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Mon, 8 Oct 2018 14:23:43 -0300
perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG
The auxtrace.h header references BITS_PER_LONG without including the
header where it is defined, getting it by luck from some other header,
fix it.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Alexander Sverdlin <alexander.sverdlin@...ia.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: https://lkml.kernel.org/n/tip-v04ydmbh7tvpcctf3zld9j9s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/auxtrace.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h
index 0a6ce9c4fc11..d88f6e9eb461 100644
--- a/tools/perf/util/auxtrace.h
+++ b/tools/perf/util/auxtrace.h
@@ -23,6 +23,7 @@
#include <linux/list.h>
#include <linux/perf_event.h>
#include <linux/types.h>
+#include <asm/bitsperlong.h>
#include "../perf.h"
#include "event.h"
Powered by blists - more mailing lists