On Saturday, May 12, 2012 19:48:54 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 | 14 +++++++------- bat_sysfs.c | 12 ++++++------ bridge_loop_avoidance.c | 28 ++++++++++++++-------------- distributed-arp-table.c | 14 ++++++++------ gateway_client.c | 4 ++-- hard-interface.c | 28 ++++++++++++++-------------- hard-interface.h | 7 ++++--- icmp_socket.c | 4 ++-- originator.c | 4 ++-- routing.c | 12 ++++++------ send.c | 6 +++--- soft-interface.c | 4 ++-- translation-table.c | 28 ++++++++++++++-------------- unicast.c | 8 ++++---- vis.c | 8 ++++---- 15 files changed, 92 insertions(+), 89 deletions(-)
Applied in revision 3670993.
Thanks, Marek