From: Luis de Bethencourt Date: Mon, 21 Mar 2016 17:37:28 +0000 (+0000) Subject: ipv6: remove unused in6_addr struct X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db219baf19a7024ec1db71f7c3c2663d49de1818;p=linux-beck.git 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 Signed-off-by: David S. Miller --- 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 -struct in6_addr; struct inet_bind_bucket; struct request_sock; struct sk_buff;