From: Sven Eckelmann Date: Sat, 12 May 2012 00:09:35 +0000 (+0200) Subject: batman-adv: Prefix ring_buffer non-static functions with batadv_ X-Git-Tag: v3.6-rc1~125^2~471^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925a6672fae532ba178b8d35686705b417aada3d;p=pandora-kernel.git batman-adv: Prefix ring_buffer non-static functions with batadv_ batman-adv can be compiled as part of the kernel instead of an module. In that case the linker will see all non-static symbols of batman-adv and all other non-static symbols of the kernel. This could lead to symbol collisions. A prefix for the batman-adv symbols that defines their private namespace avoids such a problem. Reported-by: David Miller Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed