ipv6: remove unused in6_addr struct

struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
the forward declaration.

Fixes: 1b33bc3e9e ("ipv6: remove obsolete inet6 functions")
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Luis de Bethencourt 2016-03-21 17:37:28 +00:00 committed by David S. Miller
parent 025c68186e
commit db219baf19
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include <linux/types.h>
struct in6_addr;
struct inet_bind_bucket;
struct request_sock;
struct sk_buff;