Skip to content

Commit

Permalink
batman: fix duplicate #include of multicast.h
Browse files Browse the repository at this point in the history
The header multicast.h was included twice, so delete one of them.

Signed-off-by: Jean Sacren <[email protected]>
Cc: Marek Lindner <[email protected]>
Cc: Simon Wunderlich <[email protected]>
Cc: Antonio Quartulli <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sacren authored and davem330 committed Aug 7, 2014
1 parent 2072ec8 commit 0a4dd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/batman-adv/multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a4dd0d

Please sign in to comment.