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