Message ID | 1515675946-7514-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/7] fixdep: remove unnecessary <arpa/inet.h> inclusion | expand |
2018-01-11 22:05 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > <arpa/inet.h> was included for ntohl(), but it was removed by > commit dee81e988674 ("fixdep: faster CONFIG_ search"). > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > Series, applied to linux-kbuild/kbuild. -- Best Regards Masahiro Yamada
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 86a61d6..b9b4bbf 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c @@ -112,7 +112,6 @@ #include <stdio.h> #include <limits.h> #include <ctype.h> -#include <arpa/inet.h> int insert_extra_deps; char *target;
<arpa/inet.h> was included for ntohl(), but it was removed by commit dee81e988674 ("fixdep: faster CONFIG_ search"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- Changes in v2: - newly added scripts/basic/fixdep.c | 1 - 1 file changed, 1 deletion(-) -- 2.7.4