From: Liam R. Howlett Date: Thu, 3 Feb 2022 14:59:53 +0000 (-0500) Subject: xarray: Fix bitmap breakage X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=591b97843cb5bb8e9963da75bf65578ca2a69f08;p=users%2Fjedix%2Flinux-maple.git xarray: Fix bitmap breakage bitmap header changes broke the testing code for the xarray. Fix the issue by directly including the header into the actual xarray header. This should at least make the error more pronounced in the future. Signed-off-by: Liam R. Howlett --- diff --git a/include/linux/xarray.h b/include/linux/xarray.h index d6d5da6ed735..66e28bc1a023 100644 --- a/include/linux/xarray.h +++ b/include/linux/xarray.h @@ -9,6 +9,7 @@ * See Documentation/core-api/xarray.rst for how to use the XArray. */ +#include #include #include #include