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