Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Luis de Bethencourt and committed by
David S. Miller
db219baf 025c6818

-1
-1
include/net/inet6_connection_sock.h
··· 15 15 16 16 #include <linux/types.h> 17 17 18 - struct in6_addr; 19 18 struct inet_bind_bucket; 20 19 struct request_sock; 21 20 struct sk_buff;