diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 19:16:55 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 19:21:15 +0100 |
commit | 531d2410635ce290bee215f4bf9ec8ca98cf7302 (patch) | |
tree | 406ca6746166205c4a3b9c6c6c2aaceca7ccc5da /tools/perf/builtin-report.c | |
parent | tools include: Copy linux/stringify.h from the kernel (diff) | |
download | linux-531d2410635ce290bee215f4bf9ec8ca98cf7302.tar.xz linux-531d2410635ce290bee215f4bf9ec8ca98cf7302.zip |
perf tools: Do not include stringify.h from the kernel sources
Use instead the copy just made to tools/include/linux/.
Cc: Adrian Hunter <adrian.hunter@intel.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-q736w12nwy98x5ox2hamp5ow@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index ab47273a5373..160ea23b45aa 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c @@ -41,6 +41,7 @@ #include <dlfcn.h> #include <linux/bitmap.h> +#include <linux/stringify.h> struct report { struct perf_tool tool; |