On Saturday, May 12, 2012 19:48:53 Sven Eckelmann wrote:
All non-static symbols of batman-adv were prefixed with batadv_ to avoid collisions with other symbols of the kernel. Other symbols of batman-adv should use the same prefix to keep the naming scheme consistent.
Signed-off-by: Sven Eckelmann sven@narfation.org
bat_iv_ogm.c | 13 +++++++------ bitarray.c | 8 ++++---- bitarray.h | 6 +++--- routing.c | 4 ++-- 4 files changed, 16 insertions(+), 15 deletions(-)
Applied in revision 0140511.
Thanks, Marek