aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c
diff options
context:
space:
mode:
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>2015-11-26 15:23:44 +0100
committerDavid S. Miller <davem@davemloft.net>2015-11-30 15:26:21 -0500
commitdfc3b0e89188e0dfe6eb12f9bb29c9dfc27bbda1 (patch)
tree1180ab2943bcb65c67fae02118ea95c8be5980e4 /net/ipv4/ip_vti.c
parentMerge branch 'mlxsw-hwmon' (diff)
downloadlinux-dev-dfc3b0e89188e0dfe6eb12f9bb29c9dfc27bbda1.tar.xz
linux-dev-dfc3b0e89188e0dfe6eb12f9bb29c9dfc27bbda1.zip
net: remove unnecessary mroute.h includes
It looks like many files are including mroute.h unnecessarily, so remove the include. Most importantly remove it from ipv6. CC: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> CC: Steffen Klassert <steffen.klassert@secunet.com> CC: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_vti.c')
-rw-r--r--net/ipv4/ip_vti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
index 4d8f0b698777..02d9c21e2953 100644
--- a/net/ipv4/ip_vti.c
+++ b/net/ipv4/ip_vti.c
@@ -30,7 +30,6 @@
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/if_arp.h>
-#include <linux/mroute.h>
#include <linux/init.h>
#include <linux/netfilter_ipv4.h>
#include <linux/if_ether.h>