diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 17:35:11 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 17:35:11 -0400 |
commit | 3aa0042769313b720142c0ef8514dac389e14ebe (patch) | |
tree | 47d64833041fcb7b06a61409a5949fd7c8308ed5 /tools | |
parent | de1e17b1d0c81be472039798698b517c8a68b516 (diff) |
perf tools: Remove include/linux/list.h from perf's MANIFEST
It hasn't been used since we made tools/ self sufficiente wrt list.h.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: d1b39d41ebec ("tools: Make list.h self-sufficient")
Link: http://lkml.kernel.org/n/tip-w20ueqlf22kh7ctjqo0zjpig@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-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 eeb2fdc3392f..3ac7f8dff47f 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST | |||
@@ -77,7 +77,6 @@ tools/include/linux/stringify.h | |||
77 | tools/include/linux/types.h | 77 | tools/include/linux/types.h |
78 | tools/include/linux/err.h | 78 | tools/include/linux/err.h |
79 | tools/include/linux/bitmap.h | 79 | tools/include/linux/bitmap.h |
80 | include/linux/list.h | ||
81 | include/linux/hash.h | 80 | include/linux/hash.h |
82 | tools/arch/*/include/uapi/asm/perf_regs.h | 81 | tools/arch/*/include/uapi/asm/perf_regs.h |
83 | include/linux/poison.h | 82 | include/linux/poison.h |