]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Prefix bitarray static inline functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 11:48:53 +0000 (13:48 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 24 Jun 2012 16:41:40 +0000 (18:41 +0200)
commitf3ee4ee024fb74b7ace606fe78d1976051d829f4
treef1e99a20dcb439299b83a6e2c09bb0aa3edb398c
parent694cc7a29607dd5ce7724fe2e1afe72234d31597
batman-adv: Prefix bitarray 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/bat_iv_ogm.c
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/routing.c