mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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:
parent
e237f98a9c
commit
051803c0d0
1 changed files with 0 additions and 2 deletions
|
@ -17,6 +17,4 @@
|
|||
#define pr_debug printk
|
||||
#define pr_cont printk
|
||||
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
||||
|
||||
#endif /* _KERNEL_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue