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)
commit9b4a1159dff76f938aa64f7000621552e4d9ad18
treef1e99a20dcb439299b83a6e2c09bb0aa3edb398c
parent9e466250ede375482a9a65ca60765d24303099e9
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
This page took 0.025569 seconds and 5 git commands to generate.