mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue