kbuild: fixdep: drop meaningless hash table initialization
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 Jul 2015 05:18:46 +0000 (14:18 +0900)
committerMichal Marek <mmarek@suse.com>
Mon, 24 Aug 2015 14:36:08 +0000 (16:36 +0200)
The clear_config() is called just once at the beginning of this
program, but the global variable hashtab[] is already zero-filled
at the start-up.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/basic/fixdep.c

Simple merge