Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757426AbcCURhy (ORCPT ); Mon, 21 Mar 2016 13:37:54 -0400 Received: from lists.s-osg.org ([54.187.51.154]:55225 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756751AbcCURhw (ORCPT ); Mon, 21 Mar 2016 13:37:52 -0400 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org, javier@osg.samsung.com, Luis de Bethencourt Subject: [PATCH] ipv6: remove unused in6_addr struct Date: Mon, 21 Mar 2016 17:37:28 +0000 Message-Id: <1458581848-844-1-git-send-email-luisbg@osg.samsung.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 23 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/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 -struct in6_addr; struct inet_bind_bucket; struct request_sock; struct sk_buff; -- 2.6.4