瀏覽代碼

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>
Luis de Bethencourt 9 年之前
父節點
當前提交
db219baf19
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/net/inet6_connection_sock.h

+ 0 - 1
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;