diff options
-rw-r--r-- | net/batman-adv/network-coding.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/batman-adv/network-coding.h b/net/batman-adv/network-coding.h index ab59b3d7cf0f..136db6df5331 100644 --- a/net/batman-adv/network-coding.h +++ b/net/batman-adv/network-coding.h | |||
@@ -62,7 +62,6 @@ static inline int batadv_nc_mesh_init(struct batadv_priv *bat_priv) | |||
62 | 62 | ||
63 | static inline void batadv_nc_mesh_free(struct batadv_priv *bat_priv) | 63 | static inline void batadv_nc_mesh_free(struct batadv_priv *bat_priv) |
64 | { | 64 | { |
65 | return; | ||
66 | } | 65 | } |
67 | 66 | ||
68 | static inline void | 67 | static inline void |
@@ -72,7 +71,6 @@ batadv_nc_update_nc_node(struct batadv_priv *bat_priv, | |||
72 | struct batadv_ogm_packet *ogm_packet, | 71 | struct batadv_ogm_packet *ogm_packet, |
73 | int is_single_hop_neigh) | 72 | int is_single_hop_neigh) |
74 | { | 73 | { |
75 | return; | ||
76 | } | 74 | } |
77 | 75 | ||
78 | static inline void | 76 | static inline void |
@@ -81,17 +79,14 @@ batadv_nc_purge_orig(struct batadv_priv *bat_priv, | |||
81 | bool (*to_purge)(struct batadv_priv *, | 79 | bool (*to_purge)(struct batadv_priv *, |
82 | struct batadv_nc_node *)) | 80 | struct batadv_nc_node *)) |
83 | { | 81 | { |
84 | return; | ||
85 | } | 82 | } |
86 | 83 | ||
87 | static inline void batadv_nc_init_bat_priv(struct batadv_priv *bat_priv) | 84 | static inline void batadv_nc_init_bat_priv(struct batadv_priv *bat_priv) |
88 | { | 85 | { |
89 | return; | ||
90 | } | 86 | } |
91 | 87 | ||
92 | static inline void batadv_nc_init_orig(struct batadv_orig_node *orig_node) | 88 | static inline void batadv_nc_init_orig(struct batadv_orig_node *orig_node) |
93 | { | 89 | { |
94 | return; | ||
95 | } | 90 | } |
96 | 91 | ||
97 | static inline bool batadv_nc_skb_forward(struct sk_buff *skb, | 92 | static inline bool batadv_nc_skb_forward(struct sk_buff *skb, |
@@ -104,14 +99,12 @@ static inline void | |||
104 | batadv_nc_skb_store_for_decoding(struct batadv_priv *bat_priv, | 99 | batadv_nc_skb_store_for_decoding(struct batadv_priv *bat_priv, |
105 | struct sk_buff *skb) | 100 | struct sk_buff *skb) |
106 | { | 101 | { |
107 | return; | ||
108 | } | 102 | } |
109 | 103 | ||
110 | static inline void | 104 | static inline void |
111 | batadv_nc_skb_store_sniffed_unicast(struct batadv_priv *bat_priv, | 105 | batadv_nc_skb_store_sniffed_unicast(struct batadv_priv *bat_priv, |
112 | struct sk_buff *skb) | 106 | struct sk_buff *skb) |
113 | { | 107 | { |
114 | return; | ||
115 | } | 108 | } |
116 | 109 | ||
117 | static inline int batadv_nc_nodes_seq_print_text(struct seq_file *seq, | 110 | static inline int batadv_nc_nodes_seq_print_text(struct seq_file *seq, |