radix tree test suite: Fix compilation
authorMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:22:54 +0000 (23:22 -0400)
committerMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:31:20 +0000 (23:31 -0400)
An include of xarray.h was added to lib/idr.c without updating the test
suite.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
tools/testing/radix-tree/linux/xarray.h [new file with mode: 0644]

diff --git a/tools/testing/radix-tree/linux/xarray.h b/tools/testing/radix-tree/linux/xarray.h
new file mode 100644 (file)
index 0000000..df3812c
--- /dev/null
@@ -0,0 +1,2 @@
+#include "generated/map-shift.h"
+#include "../../../../include/linux/xarray.h"