diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-06-16 21:32:40 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 10:00:35 +0200 |
commit | 9845afc8fa32de145d56c8e69b7900e10371255d (patch) | |
tree | b38c896cd35ef75989a9baa60cdde69c5d357b21 /drivers/video/neofb.c | |
parent | gx1fb: Fix section mismatch warnings (diff) | |
download | linux-9845afc8fa32de145d56c8e69b7900e10371255d.tar.xz linux-9845afc8fa32de145d56c8e69b7900e10371255d.zip |
sm501fb: fix section mismatch warning
Fix section mismatch warning in sm501fb:
WARNING: drivers/video/sm501fb.o(.text+0x21d6): Section mismatch in reference from the function sm501fb_init_fb() to the variable .devinit.data:sm501_default_mode
The function sm501fb_init_fb() references
the variable __devinitdata sm501_default_mode.
This is often because sm501fb_init_fb lacks a __devinitdata
annotation or the annotation of sm501_default_mode is wrong.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/neofb.c')
0 files changed, 0 insertions, 0 deletions