From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jean Sacren Date: Thu, 7 Aug 2014 06:50:46 -0600 Message-Id: <1407415846-10277-4-git-send-email-sakiwit@gmail.com> Subject: [B.A.T.M.A.N.] [PATCH net 2/3] batman: fix duplicate #include of multicast.h 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: , To: netdev@vger.kernel.org Cc: b.a.t.m.a.n@lists.open-mesh.org, Marek Lindner , Antonio Quartulli The header multicast.h was included twice, so delete one of them. Signed-off-by: Jean Sacren Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: b.a.t.m.a.n@lists.open-mesh.org --- net/batman-adv/multicast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c index 96b66fd30f96..ab6bb2af1d45 100644 --- a/net/batman-adv/multicast.c +++ b/net/batman-adv/multicast.c @@ -19,9 +19,8 @@ #include "multicast.h" #include "originator.h" #include "hard-interface.h" #include "translation-table.h" -#include "multicast.h" /** * batadv_mcast_mla_softif_get - get softif multicast listeners * @dev: the device to collect multicast addresses from