Skip to content
Commit fa95eb1f authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 125e5645
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment