mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 07:27:50 +00:00
rivafb_setup() must be __devinit
WARNING: drivers/built-in.o(.text+0x57106): Section mismatch: reference to .init.text:rivafb_setup (between 'rivafb_init' and 'nv3Busy') Signed-off-by: Adrian Bunk <bunk@stusta.de> 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>
This commit is contained in:
parent
250a269da4
commit
7cc90249ff
@ -2146,7 +2146,7 @@ static void __devexit rivafb_remove(struct pci_dev *pd)
|
||||
* ------------------------------------------------------------------------- */
|
||||
|
||||
#ifndef MODULE
|
||||
static int __init rivafb_setup(char *options)
|
||||
static int __devinit rivafb_setup(char *options)
|
||||
{
|
||||
char *this_opt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user