mirror of https://gitee.com/openkylin/linux.git
ipv6: remove unused in6_addr struct
struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
the forward declaration.
Fixes: 1b33bc3e9e
("ipv6: remove obsolete inet6 functions")
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
025c68186e
commit
db219baf19
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct in6_addr;
|
||||
struct inet_bind_bucket;
|
||||
struct request_sock;
|
||||
struct sk_buff;
|
||||
|
|
Loading…
Reference in New Issue