diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 16:42:16 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-18 16:52:42 -0400 |
commit | 7e3f36411342a54f1981fa97b43550b8406a3d69 (patch) | |
tree | 4795fb5055be447d3233db644b10e734ed45b039 /tools | |
parent | 14f0652b4fbebd0b05da36a06b17ac6d4d87a8f8 (diff) |
perf tools: Remove tools/perf/util/include/asm/byteorder.h
Not used anymore. This also stops include linux/swab.h directly
from the kernel sources, remove that reference from the MANIFEST.
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>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/MANIFEST | 2 | ||||
-rw-r--r-- | tools/perf/util/include/asm/byteorder.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 923eda2e7d52..4790f191e705 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST | |||
@@ -84,10 +84,8 @@ include/asm-generic/bitops/__fls.h | |||
84 | include/asm-generic/bitops/fls.h | 84 | include/asm-generic/bitops/fls.h |
85 | include/linux/list.h | 85 | include/linux/list.h |
86 | include/linux/hash.h | 86 | include/linux/hash.h |
87 | include/linux/swab.h | ||
88 | arch/*/include/asm/unistd*.h | 87 | arch/*/include/asm/unistd*.h |
89 | arch/*/include/uapi/asm/unistd*.h | 88 | arch/*/include/uapi/asm/unistd*.h |
90 | tools/arch/*/include/uapi/asm/perf_regs.h | 89 | tools/arch/*/include/uapi/asm/perf_regs.h |
91 | include/linux/poison.h | 90 | include/linux/poison.h |
92 | include/uapi/linux/const.h | 91 | include/uapi/linux/const.h |
93 | include/uapi/linux/swab.h | ||
diff --git a/tools/perf/util/include/asm/byteorder.h b/tools/perf/util/include/asm/byteorder.h deleted file mode 100644 index 2a9bdc066307..000000000000 --- a/tools/perf/util/include/asm/byteorder.h +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #include <asm/types.h> | ||
2 | #include "../../../../include/uapi/linux/swab.h" | ||