]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
tools include: Move ARRAY_SIZE() to linux/kernel.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2017 14:29:26 +0000 (11:29 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 16:01:43 +0000 (13:01 -0300)
commit8607c1ee734d12f62c6a46abef13a510e25a1839
tree0e860bf17795004b3d609085a10f9beffd7dd595
parentf6441aff8946f7fd6ab730d7eb9eba18a9ebeba4
tools include: Move ARRAY_SIZE() to linux/kernel.h

To match the kernel, then look for places redefining it to make it use
this version, which checks that its parameter is an array at build time.

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-txlcf1im83bcbj6kh0wxmyy8@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/kernel.h
tools/perf/util/util.h