diff options
author | David S. Miller <davem@davemloft.net> | 2013-12-21 22:00:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-21 22:00:39 -0500 |
commit | fc45b4554045b4bb9112a848696f60ed4d94b0f4 (patch) | |
tree | c8324020c744f8efcdd30922dd66bba126e1db42 /net/sctp | |
parent | ac7686b9698038cdf5148c9904db907448dceca4 (diff) | |
download | linux-fc45b4554045b4bb9112a848696f60ed4d94b0f4.tar.gz linux-fc45b4554045b4bb9112a848696f60ed4d94b0f4.tar.bz2 linux-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>
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/input.c | 1 |
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> |