diff options
author | Jean Sacren <sakiwit@gmail.com> | 2014-08-07 16:50:46 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-08 03:02:57 +0400 |
commit | 0a4dd0d7868aa8e8b84a5d4ddb50fa0391709b5f (patch) | |
tree | d36cceb25dd718d6ffce76fa436bcbf8239e6854 /net/batman-adv | |
parent | 2072ec846a4c4ee99a6e59ce989b49b22edad59d (diff) | |
download | linux-0a4dd0d7868aa8e8b84a5d4ddb50fa0391709b5f.tar.xz |
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@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
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/multicast.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ -20,7 +20,6 @@ #include "originator.h" #include "hard-interface.h" #include "translation-table.h" -#include "multicast.h" /** * batadv_mcast_mla_softif_get - get softif multicast listeners |