On 15.03.2024 19:06, Oleksii Kurochko wrote:
> --- a/xen/lib/find-next-bit.c
> +++ b/xen/lib/find-next-bit.c
> @@ -9,6 +9,7 @@
>   * 2 of the License, or (at your option) any later version.
>   */
>  #include <xen/bitops.h>
> +#include <xen/linux-compat.h>
>  
>  #include <asm/byteorder.h>

Hmm, no, a library source would better not include this header. Surely
the ffz() can be taken care of locally here?

Jan

Reply via email to