radix tree test suite: Remove ARRAY_SIZE

This is now defined in tools/include/linux/kernel.h, so our
definition generates a warning.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
This commit is contained in:
Matthew Wilcox 2017-11-03 23:06:32 -04:00
parent e237f98a9c
commit 051803c0d0
1 changed files with 0 additions and 2 deletions

View File

@ -17,6 +17,4 @@
#define pr_debug printk
#define pr_cont printk
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#endif /* _KERNEL_H */