projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5d49f
)
batman-adv: remove batadv_tt_global_add_orig declaration
author
Antonio Quartulli
<
[email protected]
>
Sun, 5 May 2013 12:37:56 +0000
(14:37 +0200)
committer
Antonio Quartulli
<
[email protected]
>
Sat, 12 Oct 2013 07:51:28 +0000
(09:51 +0200)
batadv_tt_global_add_orig is neither used nor implemented
anymore, therefore it is possible to remove its declaration
Signed-off-by: Antonio Quartulli <
[email protected]
>
Signed-off-by: Marek Lindner <
[email protected]
>
net/batman-adv/translation-table.h
patch
|
blob
|
history
diff --git
a/net/batman-adv/translation-table.h
b/net/batman-adv/translation-table.h
index fb710c5199c9eae5ad22b7ad9fef12a682ed1afa..015d8b9e63b91c8346c76865a76ac94e499a71c5 100644
(file)
--- a/
net/batman-adv/translation-table.h
+++ b/
net/batman-adv/translation-table.h
@@
-27,9
+27,6
@@
uint16_t batadv_tt_local_remove(struct batadv_priv *bat_priv,
const uint8_t *addr, const char *message,
bool roaming);
int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset);
-void batadv_tt_global_add_orig(struct batadv_priv *bat_priv,
- struct batadv_orig_node *orig_node,
- const unsigned char *tt_buff, int tt_buff_len);
int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset);
void batadv_tt_global_del_orig(struct batadv_priv *bat_priv,
struct batadv_orig_node *orig_node,