From: Sven Eckelmann Date: Sat, 12 May 2012 00:09:29 +0000 (+0200) Subject: batman-adv: Prefix gateway-client non-static functions with batadv_ X-Git-Tag: v3.6-rc1~125^2~471^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf06bc6ff810178a7fb9f12aaa6b274fc520f6f;p=pandora-kernel.git batman-adv: Prefix gateway-client 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