]> git.ipfire.org Git - people/ms/u-boot.git/commit
kbuild: fixdep: drop meaningless hash table initialization
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 15 Sep 2015 03:54:38 +0000 (12:54 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 15 Sep 2015 19:05:23 +0000 (15:05 -0400)
commit2fc1c80edefddd72b91be5fcfae0a6cb8e3f597c
tree576d98272507783b0d5a3b5a269f6e14e3725707
parentce2a07b77ceae8ed4b95a1c0165c6e179252ffee
kbuild: fixdep: drop meaningless hash table initialization

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.

[ Linux commit: d179e22762fd38414c4108acedd5feca4cf7e0d8 ]

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