public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipv6: remove unused in6_addr struct
@ 2016-03-21 17:37 Luis de Bethencourt
  2016-03-21 18:13 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Luis de Bethencourt @ 2016-03-21 17:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: davem, netdev, javier, 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 <luisbg@osg.samsung.com>
---
 include/net/inet6_connection_sock.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h
index 064cfbe..954ad6b 100644
--- a/include/net/inet6_connection_sock.h
+++ b/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;
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ipv6: remove unused in6_addr struct
  2016-03-21 17:37 [PATCH] ipv6: remove unused in6_addr struct Luis de Bethencourt
@ 2016-03-21 18:13 ` David Miller
  2016-03-21 19:19   ` Luis de Bethencourt
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2016-03-21 18:13 UTC (permalink / raw)
  To: luisbg; +Cc: linux-kernel, netdev, javier

From: Luis de Bethencourt <luisbg@osg.samsung.com>
Date: Mon, 21 Mar 2016 17:37:28 +0000

> 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>

Applied, thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ipv6: remove unused in6_addr struct
  2016-03-21 18:13 ` David Miller
@ 2016-03-21 19:19   ` Luis de Bethencourt
  0 siblings, 0 replies; 3+ messages in thread
From: Luis de Bethencourt @ 2016-03-21 19:19 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, netdev, javier

On 21/03/16 18:13, David Miller wrote:
> From: Luis de Bethencourt <luisbg@osg.samsung.com>
> Date: Mon, 21 Mar 2016 17:37:28 +0000
> 
>> 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>
> 
> Applied, thank you.
> 

Thank you for all the recent reviews David :)

Luis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-21 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 17:37 [PATCH] ipv6: remove unused in6_addr struct Luis de Bethencourt
2016-03-21 18:13 ` David Miller
2016-03-21 19:19   ` Luis de Bethencourt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox