diff options
author | Yury Norov <yury.norov@gmail.com> | 2021-08-15 00:16:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 13:05:34 +0300 |
commit | fe17064738ad7d4b547388e29ad7553ec9e254d8 (patch) | |
tree | e815a713da3235ec38035c6dc406cbc17c6cdfbb /include/crypto/ecc_curve.h | |
parent | 6ad2daa516deafc6d6527d7f6450499340cf4064 (diff) | |
download | linux-fe17064738ad7d4b547388e29ad7553ec9e254d8.tar.xz |
bitops: protect find_first_{,zero}_bit properly
commit b7ec62d7ee0f0b8af6ba190501dff7f9ee6545ca upstream.
find_first_bit() and find_first_zero_bit() are not protected with
ifdefs as other functions in find.h. It causes build errors on some
platforms if CONFIG_GENERIC_FIND_FIRST_BIT is enabled.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Fixes: 2cc7b6a44ac2 ("lib: add fast path for find_first_*_bit() and find_last_bit()")
Reported-by: kernel test robot <lkp@intel.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/crypto/ecc_curve.h')
0 files changed, 0 insertions, 0 deletions