Commit d7ee88d048542f8052fc2d3c1413ac2287d826f5

Authored by Antonio Quartulli
Committed by Antonio Quartulli
1 parent 1e5d49fce3

batman-adv: remove batadv_tt_global_add_orig declaration

batadv_tt_global_add_orig is neither used nor implemented
anymore, therefore it is possible to remove its declaration

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

net/batman-adv/translation-table.h
... ... @@ -27,9 +27,6 @@
27 27 const uint8_t *addr, const char *message,
28 28 bool roaming);
29 29 int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset);
30   -void batadv_tt_global_add_orig(struct batadv_priv *bat_priv,
31   - struct batadv_orig_node *orig_node,
32   - const unsigned char *tt_buff, int tt_buff_len);
33 30 int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset);
34 31 void batadv_tt_global_del_orig(struct batadv_priv *bat_priv,
35 32 struct batadv_orig_node *orig_node,