On Saturday, May 12, 2012 08:09:29 Sven Eckelmann wrote:
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 davem@davemloft.net Signed-off-by: Sven Eckelmann sven@narfation.org
bat_debugfs.c | 2 +- bat_iv_ogm.c | 6 +++--- bat_sysfs.c | 4 ++-- gateway_client.c | 40 +++++++++++++++++++++------------------- gateway_client.h | 26 ++++++++++++++------------ gateway_common.c | 2 +- main.c | 2 +- originator.c | 7 ++++--- soft-interface.c | 6 +++--- unicast.c | 2 +- 10 files changed, 51 insertions(+), 46 deletions(-)
Applied in revision 9db3953.
Thanks, Marek