From 47802b3f1d66d12d9368c8ffa9200aefc8475f01 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 3 Feb 2022 09:59:53 -0500 Subject: [PATCH] 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 --- include/linux/xarray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/xarray.h b/include/linux/xarray.h index d6d5da6ed7354..66e28bc1a023f 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 -- 2.50.1