From: Arnaldo Carvalho de Melo Date: Mon, 6 Jul 2015 01:54:01 +0000 (-0300) Subject: tools: Move rbtree.h from tools/perf/ X-Git-Tag: v4.2-rc2~29^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03da23a34a039a74f550646e68d562655306e331;p=thirdparty%2Flinux.git tools: Move rbtree.h from tools/perf/ The previous step, copying the contents minus the rcupdate.h parts, was done as a minimal fix, now do the move from tools/perf/. Cc: Adrian Hunter Cc: Borislav Petkov Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Namhyung Kim Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-52fllxtsgmtke66pmv98mcma@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/include/linux/rbtree.h b/tools/include/linux/rbtree.h similarity index 100% rename from tools/perf/util/include/linux/rbtree.h rename to tools/include/linux/rbtree.h diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index ff667e36ca521..9df268167b8c8 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -45,6 +45,7 @@ tools/include/linux/kernel.h tools/include/linux/list.h tools/include/linux/log2.h tools/include/linux/poison.h +tools/include/linux/rbtree.h tools/include/linux/types.h include/asm-generic/bitops/arch_hweight.h include/asm-generic/bitops/const_hweight.h