From: Arnaldo Carvalho de Melo Date: Mon, 18 Jul 2016 20:48:37 +0000 (-0300) Subject: perf tools: Remove tools/perf/util/include/linux/const.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0643c4e9fdb2e77ab83ca596460e2c9c15728aa;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git perf tools: Remove tools/perf/util/include/linux/const.h Not used anymore, remove one more file referencing kernel sources, i.e. outside of tools/ Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-ykfjt3t8l0npxfwmekiwwyu6@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 4790f191e705..d059b72bf7e7 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -88,4 +88,3 @@ arch/*/include/asm/unistd*.h arch/*/include/uapi/asm/unistd*.h tools/arch/*/include/uapi/asm/perf_regs.h include/linux/poison.h -include/uapi/linux/const.h diff --git a/tools/perf/util/include/linux/const.h b/tools/perf/util/include/linux/const.h deleted file mode 100644 index c10a35e1afb8..000000000000 --- a/tools/perf/util/include/linux/const.h +++ /dev/null @@ -1 +0,0 @@ -#include "../../../../include/uapi/linux/const.h"