Re: [PATCH 1/8] bitops: protect find_first_{,zero}_bit properly

From: Andy Shevchenko
Date: Sat Jun 12 2021 - 17:40:24 EST


On Sat, Jun 12, 2021 at 3:38 PM Yury Norov <yury.norov@xxxxxxxxx> wrote:
>
> 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.

Fixes?

> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx>


--
With Best Regards,
Andy Shevchenko