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