commit | d179e22762fd38414c4108acedd5feca4cf7e0d8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 24 14:18:46 2015 +0900 |
committer | Michal Marek <mmarek@suse.com> | Mon Aug 24 16:36:08 2015 +0200 |
tree | 75d083f8f2d3cadaef660f8faadd42d49182a310 | |
parent | d721109611fb94aff53c2397859046e5f92f55ae [diff] |
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. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com>