1
0
Fork 0

scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE

This is not defined in the standard headers. #ifndef is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
alistair/sunxi64-5.5-dsi
Masahiro Yamada 2019-11-24 01:04:29 +09:00
parent b1fbfcb4a2
commit 1ef26b7c94
1 changed files with 0 additions and 2 deletions

View File

@ -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