diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-15 22:03:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 11:21:45 -0700 |
commit | 313cc59eacc26cc7e8638660ec5a0ffb5e319045 (patch) | |
tree | ad66ec514bda4a802e284123c0c433ccbc6bf1d9 /arch/powerpc | |
parent | e3a1938805d2e81b27d3d348788644f3bad004f2 (diff) | |
download | op-kernel-dev-313cc59eacc26cc7e8638660ec5a0ffb5e319045.zip op-kernel-dev-313cc59eacc26cc7e8638660ec5a0ffb5e319045.tar.gz |
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 <randy.dunlap@oracle.com>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions