Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
tools/testing/radix-tree/linux/kernel.h
··· 17 17 #define pr_debug printk 18 18 #define pr_cont printk 19 19 20 - #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) 21 - 22 20 #endif /* _KERNEL_H */