From: Sam Ravnborg Date: Tue, 27 Feb 2007 08:14:58 +0000 (+0100) Subject: kbuild: whitelist logo references from .text to .init.data X-Git-Tag: v2.6.22-rc1~1007^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4910fbbeef14cc91daa41086449a1a4acebc96;p=pandora-kernel.git 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 --- Reading git-diff-tree failed