]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ipv6: remove unused in6_addr struct
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 21 Mar 2016 17:37:28 +0000 (17:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Mar 2016 19:45:44 +0000 (15:45 -0400)
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>
include/net/inet6_connection_sock.h

index 064cfbe639d0681f04b58aeb8c817ace9733e666..954ad6bfb56a2c0dd90abb1c559c2990ce8596e5 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <linux/types.h>
 
-struct in6_addr;
 struct inet_bind_bucket;
 struct request_sock;
 struct sk_buff;