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)
commitfa95eb1f17a5fe7b3593cff4bf27dbe9ae6cac89
tree51f55a88626983610e13a49c0f2272718036b012
parent125e564582cbce6219397fc64556438420efae4c
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 <sam@ravnborg.org>
scripts/mod/modpost.c