diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-08-21 23:22:54 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-08-21 23:31:20 -0400 |
commit | c9b933521aa5795f5b9b6f9809325d6b21710d78 (patch) | |
tree | f5f6c696b815bdb4eb8c7dcf6b30ec19c29c850a | |
parent | 94710cac0ef4ee177a63b5227664b38c95bbf703 (diff) | |
download | linux-c9b933521aa5795f5b9b6f9809325d6b21710d78.tar.bz2 |
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>
-rw-r--r-- | tools/testing/radix-tree/linux/xarray.h | 2 |
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" |