Commit 83688aec authored by Mianhan Liu's avatar Mianhan Liu Committed by Steffen Klassert
Browse files

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: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 428168f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,9 +8,7 @@

#include <linux/skbuff.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <net/xfrm.h>
#include <net/ip.h>
#include <net/protocol.h>

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