瀏覽代碼

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>
Matthew Wilcox 8 年之前
父節點
當前提交
051803c0d0
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tools/testing/radix-tree/linux/kernel.h

+ 0 - 2
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 */