mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>