On Monday, May 06, 2013 01:32:38 Antonio Quartulli wrote:
batadv_tt_global_add is not used anymore outside of the TT code thanks to the TVLV implementation. It can therefore be declared as static
Last user has been removed by 3de4e64df0f1326db7cc0ef25f5af8522850252d ("batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets")
Moreover make it return bool since its result can be either 0 or 1.
Reported-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de Signed-off-by: Antonio Quartulli ordex@autistici.org
v1 name was: [PATCH 1/2] batman-adv: make tt_global_add stati
v2:
- add some kernel doc
- make the function return bool
translation-table.c | 14 ++++++++------ translation-table.h | 4 ---- 2 files changed, 8 insertions(+), 10 deletions(-)
Applied in revision be7e115.
Thanks, Marek