kbuild: whitelist logo references from .text to .init.data
authorSam Ravnborg <sam@ravnborg.org>
Tue, 27 Feb 2007 08:14:58 +0000 (09:14 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 2 May 2007 18:58:08 +0000 (20:58 +0200)
commit5a4910fbbeef14cc91daa41086449a1a4acebc96
treed81c13661f886b960712cdfd11f97a95a81d5922
parenta61b2dfd1823506dbf1f9b046e0b09237ec1b985
kbuild: whitelist logo references from .text to .init.data

drivers/video/logo has references from .text to .init.data
but function is only used during early init.
So reference is OK and we do not want to warn about them =>
whitelist the reference.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c