batman-adv: Prefix originator local static functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 16:34:00 +0000 (18:34 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Mon, 25 Jun 2012 06:21:44 +0000 (08:21 +0200)
commit03fc7f863dc53516ca9764b324f54d10c4a137f6
treedb546686461d215f3394cb23f4db26f6dba61767
parentaf4447f62927accb68d5a074fabc539ef57b2729
batman-adv: Prefix originator local static 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/originator.c