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)
commitc9b933521aa5795f5b9b6f9809325d6b21710d78
treef5f6c696b815bdb4eb8c7dcf6b30ec19c29c850a
parent94710cac0ef4ee177a63b5227664b38c95bbf703
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>
tools/testing/radix-tree/linux/xarray.h [new file with mode: 0644]