]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: No need to include namespaces.h in util.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Apr 2018 17:53:56 +0000 (14:53 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 9 Apr 2018 13:57:50 +0000 (10:57 -0300)
commit1a90e924f8e3855b45d71bbb9d789a12b888b407
treea06000e7a2455bb05a65d6c0715321167d5fe741
parentbd78ab4c35876bdc57e4203487c7c9104b7d2e40
perf tools: No need to include namespaces.h in util.h

The only thing that is needed there is a forward declaration for 'struct
nsinfo', so disentanble this, which in turns allows built-in clang
builds, i.e. 'make LIBCLANGLLVM=1 -C tools/perf'.

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: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Sandipan Das <sandipan@linux.vnet.ibm.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-vq26rsuwq1cqylpcyvq89c84@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.h