scripts/kallsyms: remove redundant initializers

These are set to zero without the explicit initializers.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 d44270fc
......@@ -57,9 +57,9 @@ static struct addr_range percpu_range = {
static struct sym_entry *table;
static unsigned int table_size, table_cnt;
static int all_symbols = 0;
static int absolute_percpu = 0;
static int base_relative = 0;
static int all_symbols;
static int absolute_percpu;
static int base_relative;
static int token_profit[0x10000];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部