From a577841e6e0125c9a10f34dcb2ff8ba07943bd5c Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 9 Sep 2021 10:16:11 -0400 Subject: [PATCH] xarray: Include bitmap.h directly Needed for find_next_bit(), which has been moved Signed-off-by: Liam R. Howlett --- include/linux/xarray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/xarray.h b/include/linux/xarray.h index a91e3d90df8a..4572dfad4754 100644 --- a/include/linux/xarray.h +++ b/include/linux/xarray.h @@ -17,6 +17,7 @@ #include #include #include +#include /* * The bottom two bits of the entry determine how the XArray interprets -- 2.50.1