diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 17:48:37 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 17:53:22 -0300 |
commit | e0643c4e9fdb2e77ab83ca596460e2c9c15728aa (patch) | |
tree | 8acba3ec84f5085ce9df34cd5ec6f9468c38bd78 /tools | |
parent | 7e3f36411342a54f1981fa97b43550b8406a3d69 (diff) | |
download | blackbird-obmc-linux-e0643c4e9fdb2e77ab83ca596460e2c9c15728aa.tar.gz blackbird-obmc-linux-e0643c4e9fdb2e77ab83ca596460e2c9c15728aa.zip |
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 <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-ykfjt3t8l0npxfwmekiwwyu6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/MANIFEST | 1 | ||||
-rw-r--r-- | tools/perf/util/include/linux/const.h | 1 |
2 files changed, 0 insertions, 2 deletions
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" |