From: Masahiro Yamada Date: Fri, 24 Jul 2015 05:18:46 +0000 (+0900) Subject: kbuild: fixdep: drop meaningless hash table initialization X-Git-Tag: omap-for-v4.3/fixes-rc1~67^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d179e22762fd38414c4108acedd5feca4cf7e0d8;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed