]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit623694068c9e269186b21fef9273adebff0fdb00
tree1936cd32135d51f0616db90ebc4ee57c34f45790
parentd46bb24ca59772ab50014ea41f6c89048c5f7f23
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