mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
94710cac0e
commit
c9b933521a
1 changed files with 2 additions and 0 deletions
2
tools/testing/radix-tree/linux/xarray.h
Normal file
2
tools/testing/radix-tree/linux/xarray.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "generated/map-shift.h"
|
||||
#include "../../../../include/linux/xarray.h"
|
Loading…
Reference in a new issue