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: 91529834d1 ("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>
This commit is contained in:
Arnaldo Carvalho de Melo 2017-04-18 11:42:23 -03:00
parent 9a3993d408
commit 6dcca6df4b
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <api/fs/tracing_path.h>
#include <linux/bitops.h>
extern char buildid_dir[];