diff options
author | Randy Dunlap <[email protected]> | 2008-01-14 00:55:24 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-01-14 08:52:23 -0800 |
commit | 27b526a09086d563d61cf0e0fdd5c8e3f3c295d4 (patch) | |
tree | 317395b44e62bad55f7bc28a0bc2123a3173c672 /fs/jbd2/commit.c | |
parent | d2d159dbd51a99abdd4ae02fecc68cd1e0b0558e (diff) |
uvesafb: fix section mismatch warnings
Mark uvesafb_init_mtrr() as __devinit since its caller is __devinit
and since it accesses __devinitdata.
WARNING: vmlinux.o(.text+0x4df80e): Section mismatch: reference to .init.data: (between 'uvesafb_init_mtrr' and 'uvesafb_show_vbe_ver')
Variable 'blank' cannot be __devinitdata since it is referenced in an
fb_ops method that could be called at any time.
WARNING: vmlinux.o(.text+0x4dfc1e): Section mismatch: reference to .init.data:blank (between 'param_set_scroll' and 'vesa_setpalette')
WARNING: vmlinux.o(.text+0x4dfc24): Section mismatch: reference to .init.data:blank (between 'param_set_scroll' and 'vesa_setpalette')
Signed-off-by: Randy Dunlap <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions