diff options
author | Luis de Bethencourt | 2016-03-21 17:37:28 +0000 |
---|---|---|
committer | David S. Miller | 2016-03-22 15:45:44 -0400 |
commit | db219baf19a7024ec1db71f7c3c2663d49de1818 (patch) | |
tree | e94931fb8c8d15cfc0246464f66125d6ae45cd8e /include | |
parent | 025c68186e07afaededa84143f1a22f273cd3f67 (diff) |
ipv6: remove unused in6_addr struct
struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
the forward declaration.
Fixes: 1b33bc3e9e90 ("ipv6: remove obsolete inet6 functions")
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/inet6_connection_sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h index 064cfbe639d0..954ad6bfb56a 100644 --- a/include/net/inet6_connection_sock.h +++ b/include/net/inet6_connection_sock.h @@ -15,7 +15,6 @@ #include <linux/types.h> -struct in6_addr; struct inet_bind_bucket; struct request_sock; struct sk_buff; |