From patchwork Sat Mar 5 12:28:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 896 Return-Path: Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 1DE08154125 for ; Sat, 5 Mar 2011 13:29:25 +0100 (CET) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@narfation.org; dkim-adsp=pass Received: from sven-desktop.home.narfation.org (i59F6B254.versanet.de [89.246.178.84]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 8E201940C6; Sat, 5 Mar 2011 13:29:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1299328166; bh=cg7Xsc/rnlN6hp64x16BKrvM1p+053vixMbdHkZIx/E=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=j/gZ0gOAUBR1P2y5KRmRq9dDdkD5m7u+ixikrnBAoRa1ZR6w8sHAM/M8JO2P7hfPA wWMYAd9/QX+iOE+PKMJQxBPnIF72XRX4EQougUXKR2atDl9VMODJw7Bz/n5s+F7lHd dDzLVLqT5luING8Z1U32RT2hUWpE3AjleSFtBD4A= From: Sven Eckelmann To: davem@davemloft.net Date: Sat, 5 Mar 2011 13:28:15 +0100 Message-Id: <1299328122-21468-2-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1299328122-21468-1-git-send-email-sven@narfation.org> References: <1299328122-21468-1-git-send-email-sven@narfation.org> Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Marek Lindner , Jesper Juhl Subject: [B.A.T.M.A.N.] [PATCH 01/28] batman-adv: Remove two duplicate includes. X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 12:29:25 -0000 From: Jesper Juhl Remove duplicate inclusion of "send.h" and "routing.h" from net/batman-adv/soft-interface.c Signed-off-by: Jesper Juhl Signed-off-by: Sven Eckelmann Signed-off-by: Marek Lindner --- net/batman-adv/soft-interface.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index bd088f8..7e37077 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -29,14 +29,12 @@ #include "hash.h" #include "gateway_common.h" #include "gateway_client.h" -#include "send.h" #include "bat_sysfs.h" #include #include #include #include #include "unicast.h" -#include "routing.h" static int bat_get_settings(struct net_device *dev, struct ethtool_cmd *cmd);