batman-adv: Prefix icmp_socket local static functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 16:33:59 +0000 (18:33 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Mon, 25 Jun 2012 06:21:43 +0000 (08:21 +0200)
commitaf4447f62927accb68d5a074fabc539ef57b2729
tree407480790701ef7b50fbc02f0b722358d47fd90b
parent7f9f02cb83a6a85fea1482191405a9ce37558479
batman-adv: Prefix icmp_socket 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/icmp_socket.c