diff options
author | Arnaldo Carvalho de Melo | 2015-07-05 19:17:04 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo | 2015-07-05 20:05:08 +0200 |
commit | 4407f967441aa1adfc11f739e8e9ec0f38fa839f (patch) | |
tree | a7e986f76fa880ecec05d690ae5ddcbadcf42731 /tools/perf/MANIFEST | |
parent | tools: Adopt {READ,WRITE_ONCE} from the kernel (diff) | |
download | kernel-qcow2-linux-4407f967441aa1adfc11f739e8e9ec0f38fa839f.tar.gz kernel-qcow2-linux-4407f967441aa1adfc11f739e8e9ec0f38fa839f.tar.xz kernel-qcow2-linux-4407f967441aa1adfc11f739e8e9ec0f38fa839f.zip |
perf tools: Copy rbtree.h from the kernel
We were using the include/linux/rbtree.h directly from the kernel,
which broke the build as soon as it started using rcupdate.h, to
avoid dragging the rcu header files into tools/, for which there is
no use so far, grab a copy of rbtree.h.
This is the minimal fix, later patches will copy as well lib/rbtree.c
and move rbtree.h into tools/include/, etc.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-dfmuj0j63w4by7vhlh4hhn74@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/MANIFEST')
-rw-r--r-- | tools/perf/MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index fe50a1b34aa0..6504b727f450 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -51,7 +51,6 @@ include/asm-generic/bitops/fls64.h include/asm-generic/bitops/__fls.h include/asm-generic/bitops/fls.h include/linux/perf_event.h -include/linux/rbtree.h include/linux/list.h include/linux/hash.h include/linux/stringify.h |