aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-12-21 22:00:39 -0500
committerDavid S. Miller <davem@davemloft.net>2013-12-21 22:00:39 -0500
commitfc45b4554045b4bb9112a848696f60ed4d94b0f4 (patch)
treec8324020c744f8efcdd30922dd66bba126e1db42
parentpacket: doc: add documentation for VLAN TPID delivery (diff)
downloadlinux-dev-fc45b4554045b4bb9112a848696f60ed4d94b0f4.tar.xz
linux-dev-fc45b4554045b4bb9112a848696f60ed4d94b0f4.zip
Revert "sctp: fix missing include file"
This reverts commit ac0917f250c61ae1e395844ebd924db0e07d1f87. Better version of this fix forthcoming. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/sctp/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c
index 479ee19266f4..042ec6c9ae24 100644
--- a/net/sctp/input.c
+++ b/net/sctp/input.c
@@ -48,7 +48,6 @@
#include <linux/time.h> /* For struct timeval */
#include <linux/slab.h>
#include <net/ip.h>
-#include <net/ip6_route.h>
#include <net/icmp.h>
#include <net/snmp.h>
#include <net/sock.h>