提交 1ef26b7c 编写于 作者: M Masahiro Yamada

scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE

This is not defined in the standard headers. #ifndef is unneeded.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 b1fbfcb4
......@@ -24,9 +24,7 @@
#include <ctype.h>
#include <limits.h>
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
#endif
#define KSYM_NAME_LEN 128
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册