OSDN Git Service

perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Sep 2018 14:52:10 +0000 (11:52 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Oct 2018 17:23:43 +0000 (14:23 -0300)
commit291ed51deee49ff35d0824fb7050538b449964d6
treee6a16dfd4b13fddb3074bde970e34039886ac8de
parentba4aa02b417f08a0bee5e7b8ed70cac788a7c854
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@intel.com>
Cc: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-v04ydmbh7tvpcctf3zld9j9s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/auxtrace.h