batman-adv: Prefix originator static inline functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 11:48:56 +0000 (13:48 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 24 Jun 2012 16:41:41 +0000 (18:41 +0200)
commitda641193dd3117ccd408dc589a131f16286b0da0
treeb819cd7c61837e6c7c889e76fb9a38f6c83d4f54
parentc0a559295eb2601602f7dc88f4240afcd666f73a
batman-adv: Prefix originator static inline functions with batadv_

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>
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/icmp_socket.c
net/batman-adv/originator.c
net/batman-adv/originator.h
net/batman-adv/routing.c
net/batman-adv/translation-table.c
net/batman-adv/unicast.c
net/batman-adv/vis.c