From: Randy Dunlap Date: Thu, 16 Oct 2008 05:03:53 +0000 (-0700) Subject: framebuffer: fix carminefb section mismatch X-Git-Tag: v2.6.28-rc1~374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313cc59eacc26cc7e8638660ec5a0ffb5e319045;p=pandora-kernel.git framebuffer: fix carminefb section mismatch Make alloc_carmine_fb() __devinit. WARNING: drivers/video/carminefb.o(.text+0x81b): Section mismatch in reference from the function alloc_carmine_fb() to the variable .devinit.data:carminefb_fix The function alloc_carmine_fb() references the variable __devinitdata carminefb_fix. This is often because alloc_carmine_fb lacks a __devinitdata annotation or the annotation of carminefb_fix is wrong. Signed-off-by: Randy Dunlap Cc: Sebastian Siewior Cc: Geert Uytterhoeven Cc: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed