aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2018-08-21 23:22:54 -0400
committerMatthew Wilcox <willy@infradead.org>2018-08-21 23:31:20 -0400
commitc9b933521aa5795f5b9b6f9809325d6b21710d78 (patch)
treef5f6c696b815bdb4eb8c7dcf6b30ec19c29c850a /tools
parentLinux 4.18 (diff)
downloadlinux-dev-c9b933521aa5795f5b9b6f9809325d6b21710d78.tar.xz
linux-dev-c9b933521aa5795f5b9b6f9809325d6b21710d78.zip
radix tree test suite: Fix compilation
An include of xarray.h was added to lib/idr.c without updating the test suite. Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/radix-tree/linux/xarray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/xarray.h b/tools/testing/radix-tree/linux/xarray.h
new file mode 100644
index 000000000000..df3812cda376
--- /dev/null
+++ b/tools/testing/radix-tree/linux/xarray.h
@@ -0,0 +1,2 @@
+#include "generated/map-shift.h"
+#include "../../../../include/linux/xarray.h"