commit | b691749849328e6d1bf849aa491d2e79f808ecf0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 15 12:54:38 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 15 15:05:23 2015 -0400 |
tree | 576d98272507783b0d5a3b5a269f6e14e3725707 | |
parent | a7ee48f7ce154759a2fe9ea8457c7d5a39bc3c1b [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. [ Linux commit: d179e22762fd38414c4108acedd5feca4cf7e0d8 ] Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com>