aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2011-06-16 19:32:40 +0000
committerPaul Mundt <[email protected]>2011-06-24 17:00:35 +0900
commit9845afc8fa32de145d56c8e69b7900e10371255d (patch)
treeb38c896cd35ef75989a9baa60cdde69c5d357b21 /lib/string_helpers.c
parent3535ed3fa7a87244410696880000e03bc224315d (diff)
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 <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions