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, 2 Oct 2021 23:13:57 +0000 (16:13 -0700)
commitfa9611dc9a301ff2d8ecdfe6a0a01547c70f56c2
tree3534436e061226ccee7ee9ea531edbef34493930
parent523f4c8e86c3f200d94a872f11da11ae9fbd734d
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/asm-generic/bitops/find.h [deleted file]
tools/include/linux/bitmap.h
tools/include/linux/find.h [new file with mode: 0644]
tools/lib/find_bit.c