lkml.org 
[lkml]   [2018]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 1/7] fixdep: remove unnecessary <arpa/inet.h> inclusion
Date
<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(-)

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;
--
2.7.4
\
 
 \ /
  Last update: 2018-01-14 23:23    [W:0.045 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site