Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 051803c0 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent e237f98a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,6 +17,4 @@
#define pr_debug printk
#define pr_cont printk

#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))

#endif /* _KERNEL_H */