batman-adv: Prefix hard-interface local static functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 16:33:57 +0000 (18:33 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Mon, 25 Jun 2012 06:21:40 +0000 (08:21 +0200)
commit18a1cb6ee08e6ea62e0f3c2643435cd444fc0790
treef66c69bf3881b5a85117f7ba24537e0fa1fe271b
parent8e714a5ded231abb853941b67845d25a022daa89
batman-adv: Prefix hard-interface 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/hard-interface.c