From: Sam Ravnborg Date: Sat, 2 Feb 2008 22:30:22 +0000 (+0100) Subject: kbuild: do not warn about __*init/__*exit symbols being exported X-Git-Tag: v2.6.25-rc1~1062^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa95eb1f17a5fe7b3593cff4bf27dbe9ae6cac89;p=pandora-kernel.git kbuild: do not warn about __*init/__*exit symbols being exported We have several legitimate uses where we export symbols annotated with one of: __devinit, __cpuinit, __meminit and their exit counterpart. So let's stop warning about those being exported in favour of adding all sorts of workaround to silence the warning. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed