kbuild: do not warn about __*init/__*exit symbols being exported
authorSam Ravnborg <sam@ravnborg.org>
Sat, 2 Feb 2008 22:30:22 +0000 (23:30 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 3 Feb 2008 07:58:08 +0000 (08:58 +0100)
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 <sam@ravnborg.org>

No differences found