mirror of
https://github.com/torvalds/linux.git
synced 2025-04-09 14:45:27 +00:00
fixdep: remove unnecessary <arpa/inet.h> inclusion
<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>
This commit is contained in:
parent
7c2ec43a21
commit
41f92cffba
@ -112,7 +112,6 @@
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
int insert_extra_deps;
|
||||
char *target;
|
||||
|
Loading…
x
Reference in New Issue
Block a user