[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1407415846-10277-4-git-send-email-sakiwit@gmail.com>
Date: Thu, 7 Aug 2014 06:50:46 -0600
From: Jean Sacren <sakiwit@...il.com>
To: netdev@...r.kernel.org
Cc: Marek Lindner <mareklindner@...mailbox.ch>,
Simon Wunderlich <sw@...onwunderlich.de>,
Antonio Quartulli <antonio@...hcoding.com>,
b.a.t.m.a.n@...ts.open-mesh.org
Subject: [PATCH net 2/3] batman: fix duplicate #include of multicast.h
The header multicast.h was included twice, so delete one of them.
Signed-off-by: Jean Sacren <sakiwit@...il.com>
Cc: Marek Lindner <mareklindner@...mailbox.ch>
Cc: Simon Wunderlich <sw@...onwunderlich.de>
Cc: Antonio Quartulli <antonio@...hcoding.com>
Cc: b.a.t.m.a.n@...ts.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists