diff mbox series

[v2,1/7] fixdep: remove unnecessary <arpa/inet.h> inclusion

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

Commit Message

Masahiro Yamada Jan. 11, 2018, 1:05 p.m. UTC
<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

Comments

Masahiro Yamada Jan. 16, 2018, 4:44 p.m. UTC | #1
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 mbox series

Patch

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;