From patchwork Tue Feb 18 13:45:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florent Fourcot X-Patchwork-Id: 321484 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0585A2C00D0 for ; Wed, 19 Feb 2014 00:45:54 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755320AbaBRNpt (ORCPT ); Tue, 18 Feb 2014 08:45:49 -0500 Received: from fourcot.fr ([217.70.191.14]:58487 "EHLO olfflo.fourcot.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754917AbaBRNps (ORCPT ); Tue, 18 Feb 2014 08:45:48 -0500 Received: from reglisse.fourcot.fr (dud31.inf.tu-dresden.de [141.76.46.31]) (Authenticated sender: reglisse) by olfflo.fourcot.fr (Postfix) with ESMTPSA id 79ABE2DF2B; Tue, 18 Feb 2014 14:45:45 +0100 (CET) Received: by reglisse.fourcot.fr (Postfix, from userid 1000) id 2B1E080B93A; Tue, 18 Feb 2014 14:45:45 +0100 (CET) From: Florent Fourcot To: netdev@vger.kernel.org Cc: Florent Fourcot Subject: [PATCH net-next] ipv6: remove some unused include in flowlabel Date: Tue, 18 Feb 2014 14:45:42 +0100 Message-Id: <1392731142-3840-1-git-send-email-florent.fourcot@enst-bretagne.fr> X-Mailer: git-send-email 1.8.5.3 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org These include are here since kernel 2.2.7, but probably never used. Signed-off-by: Florent Fourcot --- net/ipv6/ip6_flowlabel.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c index dfa41bb..0961b5e 100644 --- a/net/ipv6/ip6_flowlabel.c +++ b/net/ipv6/ip6_flowlabel.c @@ -15,9 +15,7 @@ #include #include #include -#include #include -#include #include #include #include @@ -28,12 +26,8 @@ #include #include -#include -#include -#include #include #include -#include #include #include