tools: sync tools/bitmap with mother linux
authorYury Norov <yury.norov@gmail.com>
Sat, 14 Aug 2021 21:17:04 +0000 (14:17 -0700)
committerYury Norov <yury.norov@gmail.com>
Sat, 15 Jan 2022 16:47:31 +0000 (08:47 -0800)
commit4ade0818cf048bb166e875ed4f8b456e6c2c7b3c
tree710bfa076bf9dbed9349793aabc92e1c5055bbc1
parentb5c7e7ec7d3418af2544452b45cc67297c857a86
tools: sync tools/bitmap with mother linux

Remove tools/include/asm-generic/bitops/find.h and copy
include/linux/bitmap.h to tools. find_*_le() functions are not copied
because not needed in tools.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
MAINTAINERS
tools/include/asm-generic/bitops.h
tools/include/linux/bitmap.h
tools/include/linux/find.h [moved from tools/include/asm-generic/bitops/find.h with 63% similarity]
tools/lib/find_bit.c