diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2017-11-04 06:06:32 +0300 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2018-02-06 23:07:20 +0300 |
commit | 051803c0d01f4d8a197ecc08bfeffdff00d86c62 (patch) | |
tree | 8403ccf2f7579ac98690e1d64bc3f19e5e901b33 /tools/testing | |
parent | e237f98a9c134c3d600353f21e07db915516875b (diff) | |
download | linux-051803c0d01f4d8a197ecc08bfeffdff00d86c62.tar.xz |
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>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/radix-tree/linux/kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h index c3bc3f364f68..426f32f28547 100644 --- a/tools/testing/radix-tree/linux/kernel.h +++ b/tools/testing/radix-tree/linux/kernel.h @@ -17,6 +17,4 @@ #define pr_debug printk #define pr_cont printk -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) - #endif /* _KERNEL_H */ |