]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
xarray: Fix bitmap breakage
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 3 Feb 2022 14:59:53 +0000 (09:59 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 3 Feb 2022 15:09:24 +0000 (10:09 -0500)
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 <Liam.Howlett@oracle.com>
include/linux/xarray.h

index d6d5da6ed73546e2aad5fd8fc49c54850932b91a..66e28bc1a023f3a9974183cca231749d25476fd8 100644 (file)
@@ -9,6 +9,7 @@
  * See Documentation/core-api/xarray.rst for how to use the XArray.
  */
 
+#include <linux/bitmap.h>
 #include <linux/bug.h>
 #include <linux/compiler.h>
 #include <linux/gfp.h>