Skip to content

Commit 83688ae

Browse files
oscarliu2019klassert
authored andcommitted
net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c
xfrm4_tunnel.c hasn't use any macro or function declared in mutex.h and ip.h Thus, these files can be removed from xfrm4_tunnel.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 428168f commit 83688ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/ipv4/xfrm4_tunnel.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
#include <linux/skbuff.h>
1010
#include <linux/module.h>
11-
#include <linux/mutex.h>
1211
#include <net/xfrm.h>
13-
#include <net/ip.h>
1412
#include <net/protocol.h>
1513

1614
static int ipip_output(struct xfrm_state *x, struct sk_buff *skb)

0 commit comments

Comments
 (0)