aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include/linux/ctype.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-06-25 18:19:33 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-06-25 18:31:12 -0300
commit9f3926e08c26607a0dd5b1bc8a8aa1d03f72fcdc (patch)
tree6cd2541eb199dfa80a86537dc1fa4f35e4da11e2 /tools/perf/util/include/linux/ctype.h
parentperf symbols: We need util.h in symbol-elf.c for zfree() (diff)
downloadlinux-dev-9f3926e08c26607a0dd5b1bc8a8aa1d03f72fcdc.tar.xz
linux-dev-9f3926e08c26607a0dd5b1bc8a8aa1d03f72fcdc.zip
perf tools: Remove old baggage that is util/include/linux/ctype.h
It was just including a ../util.h that wasn't even there: $ cat tools/perf/util/include/linux/../util.h cat: tools/perf/util/include/linux/../util.h: No such file or directory $ This would make kallsyms.h get util.h somehow and then files including it would get util.h defined stuff, a mess, fix it. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lkml.kernel.org/n/tip-wlzwken4psiat4zvfbvaoqiw@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/include/linux/ctype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/include/linux/ctype.h b/tools/perf/util/include/linux/ctype.h
deleted file mode 100644
index a53d4ee1e0b7..000000000000
--- a/tools/perf/util/include/linux/ctype.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../util.h"