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
b.a.t.m.a.n@lists.open-mesh.org