aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-07-18 17:42:16 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-07-18 17:52:42 -0300
commit7e3f36411342a54f1981fa97b43550b8406a3d69 (patch)
tree4795fb5055be447d3233db644b10e734ed45b039 /tools/perf/util/include
parentperf tools: Add missing linux/compiler.h include to perf-sys.h (diff)
downloadwireguard-linux-7e3f36411342a54f1981fa97b43550b8406a3d69.tar.xz
wireguard-linux-7e3f36411342a54f1981fa97b43550b8406a3d69.zip
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/perf/util/include')
-rw-r--r--tools/perf/util/include/asm/byteorder.h2
1 files changed, 0 insertions, 2 deletions
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 @@
-#include <asm/types.h>
-#include "../../../../include/uapi/linux/swab.h"