aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet6_connection_sock.h
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-03-21 17:37:28 +0000
committerDavid S. Miller <davem@davemloft.net>2016-03-22 15:45:44 -0400
commitdb219baf19a7024ec1db71f7c3c2663d49de1818 (patch)
treee94931fb8c8d15cfc0246464f66125d6ae45cd8e /include/net/inet6_connection_sock.h
parentnetlink: add support for NIC driver ioctls (diff)
downloadlinux-dev-db219baf19a7024ec1db71f7c3c2663d49de1818.tar.xz
linux-dev-db219baf19a7024ec1db71f7c3c2663d49de1818.zip
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/net/inet6_connection_sock.h')
-rw-r--r--include/net/inet6_connection_sock.h1
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;