Re: [PATCH] ipv6: remove unused in6_addr struct

2016-03-21 Thread Luis de Bethencourt
On 21/03/16 18:13, David Miller wrote: > From: Luis de Bethencourt > Date: Mon, 21 Mar 2016 17:37:28 + > >> 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:

Re: [PATCH] ipv6: remove unused in6_addr struct

2016-03-21 Thread David Miller
From: Luis de Bethencourt Date: Mon, 21 Mar 2016 17:37:28 + > 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 Applied, thank you.

[PATCH] ipv6: remove unused in6_addr struct

2016-03-21 Thread Luis de Bethencourt
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 --- include/net/inet6_connection_sock.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net