aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/multicast.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/multicast.h')
-rw-r--r--net/batman-adv/multicast.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/batman-adv/multicast.h b/net/batman-adv/multicast.h
index 73b5d45819c1..3a44ebdb43cb 100644
--- a/net/batman-adv/multicast.h
+++ b/net/batman-adv/multicast.h
@@ -50,7 +50,6 @@ void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node);
50 50
51static inline void batadv_mcast_mla_update(struct batadv_priv *bat_priv) 51static inline void batadv_mcast_mla_update(struct batadv_priv *bat_priv)
52{ 52{
53 return;
54} 53}
55 54
56static inline enum batadv_forw_mode 55static inline enum batadv_forw_mode
@@ -67,12 +66,10 @@ static inline int batadv_mcast_init(struct batadv_priv *bat_priv)
67 66
68static inline void batadv_mcast_free(struct batadv_priv *bat_priv) 67static inline void batadv_mcast_free(struct batadv_priv *bat_priv)
69{ 68{
70 return;
71} 69}
72 70
73static inline void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node) 71static inline void batadv_mcast_purge_orig(struct batadv_orig_node *orig_node)
74{ 72{
75 return;
76} 73}
77 74
78#endif /* CONFIG_BATMAN_ADV_MCAST */ 75#endif /* CONFIG_BATMAN_ADV_MCAST */