Skip to content

Commit

Permalink
[PATCH] fb: Fix section mismatch in savagefb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Apr 19, 2006
1 parent 0d8a95e commit 3e42f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/savage/savagefb_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
/* --------------------------------------------------------------------- */


static char *mode_option __initdata = NULL;
static char *mode_option __devinitdata = NULL;

#ifdef MODULE

Expand Down

0 comments on commit 3e42f0b

Please sign in to comment.