diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-06 10:39:19 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 19:41:16 +0100 |
commit | 0ce85eb8824679cd9e7b3b12202e2bf54f1f3e2c (patch) | |
tree | aa7f6ac38f7b660dc37ddfdf16bda8050aacdd03 /drivers/video/uvesafb.c | |
parent | fb: nvidiafb: Try harder at initial mode setting. (diff) | |
download | linux-0ce85eb8824679cd9e7b3b12202e2bf54f1f3e2c.tar.xz linux-0ce85eb8824679cd9e7b3b12202e2bf54f1f3e2c.zip |
tdfxfb: fix section mismatch warnings
tdfxfb_setup() can be __init. This fixes the modpost section mismatch
warnings:
WARNING: vmlinux.o(.text+0x4cff9b): Section mismatch: reference to .init.data:mode_option (between 'tdfxfb_setup' and 'getclkMHz')
WARNING: vmlinux.o(.text+0x4cffa8): Section mismatch: reference to .init.data: (between 'tdfxfb_setup' and 'getclkMHz')
[krzysztof.h1@poczta.fm: use __init, not __devinit]
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions