forked from Minki/linux
[PATCH] fb: Fix section mismatch in savagefb
Fix the following section mismatch: WARNING: drivers/video/savage/savagefb.o - Section mismatch: reference to .init.data: from .text.savagefb_probe after 'savagefb_probe' (at offset 0x5e2) Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0d8a95efd8
commit
3e42f0b19e
@ -73,7 +73,7 @@
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
||||
static char *mode_option __initdata = NULL;
|
||||
static char *mode_option __devinitdata = NULL;
|
||||
|
||||
#ifdef MODULE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user