netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 2/3] batman: fix duplicate #include of multicast.h
@ 2014-08-07 12:50 Jean Sacren
  0 siblings, 0 replies; only message in thread
From: Jean Sacren @ 2014-08-07 12:50 UTC (permalink / raw)
  To: netdev; +Cc: Marek Lindner, Simon Wunderlich, Antonio Quartulli, b.a.t.m.a.n

The header multicast.h was included twice, so delete one of them.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Cc: Marek Lindner <mareklindner@neomailbox.ch>
Cc: Simon Wunderlich <sw@simonwunderlich.de>
Cc: Antonio Quartulli <antonio@meshcoding.com>
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-07 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 12:50 [PATCH net 2/3] batman: fix duplicate #include of multicast.h Jean Sacren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).