aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/mmap-basic.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-04-17 11:39:06 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-04-19 13:01:44 -0300
commit877a7a11050ee4d465364c57f8fbf78f6b1a2559 (patch)
tree26997a41ae82b4404b5b2e9730f8ffcfae367f6e /tools/perf/tests/mmap-basic.c
parenttools include: Move ARRAY_SIZE() to linux/kernel.h (diff)
downloadwireguard-linux-877a7a11050ee4d465364c57f8fbf78f6b1a2559.tar.xz
wireguard-linux-877a7a11050ee4d465364c57f8fbf78f6b1a2559.zip
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
To pave the way for further cleanups where linux/kernel.h may stop being included in some header. 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-qqxan6tfsl6qx3l0v3nwgjvk@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/mmap-basic.c')
-rw-r--r--tools/perf/tests/mmap-basic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/mmap-basic.c b/tools/perf/tests/mmap-basic.c
index 634bce9caebd..a7cb80805993 100644
--- a/tools/perf/tests/mmap-basic.c
+++ b/tools/perf/tests/mmap-basic.c
@@ -7,6 +7,7 @@
#include "cpumap.h"
#include "tests.h"
#include <linux/err.h>
+#include <linux/kernel.h>
/*
* This test will generate random numbers of calls to some getpid syscalls,