On Saturday, May 12, 2012 19:48:55 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
bridge_loop_avoidance.c | 13 ++++++++----- hash.h | 19 ++++++++++--------- originator.c | 5 +++-- translation-table.c | 24 +++++++++++++----------- vis.c | 16 ++++++++-------- 5 files changed, 42 insertions(+), 35 deletions(-)
Applied in revision 489d169.
Thanks, Marek