]> git.baikalelectronics.ru Git - kernel.git/commit
perf mmap: Add missing bitops.h header
authorRiccardo Mancini <rickyman7@gmail.com>
Sat, 21 Aug 2021 09:19:11 +0000 (11:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 31 Aug 2021 19:21:17 +0000 (16:21 -0300)
commitd3ccaf29211452df1f498f8234f303ad92a60674
tree93e0599c11d7db8b1356d4f8ae61a02d996367c8
parent975ea838fb7e86d7bfe32736149917ad6f347fda
perf mmap: Add missing bitops.h header

MMAP_CPU_MASK_BYTES uses the BITS_TO_LONGS macro, which is defined in
linux/bitops.h.

However, this header is not included directly, but gets imported
indirectly in files using the macro.

This patch adds the missing include.

Signed-off-by: Riccardo Mancini <rickyman7@gmail.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/c5b91ee432a2e28e7f16337c740b43b4d0b0e86c.1629490974.git.rickyman7@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/mmap.h