batman-adv: Prefix hash static inline functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 11:48:55 +0000 (13:48 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 24 Jun 2012 16:41:41 +0000 (18:41 +0200)
commitc0a559295eb2601602f7dc88f4240afcd666f73a
tree1936cd32135d51f0616db90ebc4ee57c34f45790
parente5d89254bf763da35b42a3c65289c9962f7240c2
batman-adv: Prefix hash 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/hash.h
net/batman-adv/originator.c
net/batman-adv/translation-table.c
net/batman-adv/vis.c