diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-18 10:42:23 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 12:01:54 -0400 |
commit | 6dcca6df4b73d409628c7b4464c63d4eb9d4d13a (patch) | |
tree | df1abf79c6517ee8d9a896aa227f6a4fc5dc7585 /tools/perf | |
parent | 9a3993d408bc61b839de1a2c6c783477a04860bb (diff) |
perf tools: No need to include bitops.h in util.h
When we switched to the kernel's roundup_pow_of_two we forgot to remove
this include from util.h, do it now.
Cc: Adrian Hunter <adrian.hunter@intel.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>
Fixes: 91529834d1de ("perf evlist: Use roundup_pow_of_two")
Link: http://lkml.kernel.org/n/tip-kfye5rxivib6155cltx0bw4h@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 617965644ff4..423ed7f8bcc0 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <linux/kernel.h> | 35 | #include <linux/kernel.h> |
36 | #include <linux/types.h> | 36 | #include <linux/types.h> |
37 | #include <api/fs/tracing_path.h> | 37 | #include <api/fs/tracing_path.h> |
38 | #include <linux/bitops.h> | ||
39 | 38 | ||
40 | extern char buildid_dir[]; | 39 | extern char buildid_dir[]; |
41 | 40 | ||