From: Antonio Quartulli Date: Sun, 5 May 2013 17:32:38 +0000 (+0200) Subject: batman-adv: make tt_global_add static and return bool X-Git-Tag: v3.13-rc1~105^2~191^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5d49fce3f16bfeac02c4ad3821be0665f66a33;p=pandora-kernel.git batman-adv: make tt_global_add static and return bool 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 Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed