include/linux: move for_each_bit() macros from bitops.h to find.h
authorYury Norov <yury.norov@gmail.com>
Sat, 14 Aug 2021 21:17:06 +0000 (14:17 -0700)
committerYury Norov <yury.norov@gmail.com>
Sat, 15 Jan 2022 16:47:31 +0000 (08:47 -0800)
commitbc9d6635c293a2ac30c6319f7cfd08860ab7948a
treea5ebb7447a888247b03ec7c5d8f33c49e4c5901e
parent9b51d9d866482a703646fd4c07e433c3d9d88efd
include/linux: move for_each_bit() macros from bitops.h to find.h

for_each_bit() macros depend on find_bit() machinery, and so the
proper place for them is the find.h header.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
include/linux/bitops.h
include/linux/find.h