From: Matthew Wilcox Date: Wed, 22 Aug 2018 03:22:54 +0000 (-0400) Subject: radix tree test suite: Fix compilation X-Git-Tag: v4.19-rc1~2^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b933521aa5795f5b9b6f9809325d6b21710d78;p=thirdparty%2Flinux.git 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 --- diff --git a/tools/testing/radix-tree/linux/xarray.h b/tools/testing/radix-tree/linux/xarray.h new file mode 100644 index 0000000000000..df3812cda3769 --- /dev/null +++ b/tools/testing/radix-tree/linux/xarray.h @@ -0,0 +1,2 @@ +#include "generated/map-shift.h" +#include "../../../../include/linux/xarray.h"