* [PATCH] fb: Fix section mismatch in savagefb
@ 2006-04-12 16:37 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2006-04-12 16:37 UTC (permalink / raw)
To: Antonino Daplas; +Cc: LKML
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>
---
drivers/video/savage/savagefb_driver.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.17-rc1.orig/drivers/video/savage/savagefb_driver.c 2006-04-12 18:18:48.000000000 +0200
+++ linux-2.6.17-rc1/drivers/video/savage/savagefb_driver.c 2006-04-12 18:22:03.000000000 +0200
@@ -73,7 +73,7 @@
/* --------------------------------------------------------------------- */
-static char *mode_option __initdata = NULL;
+static char *mode_option __devinitdata = NULL;
#ifdef MODULE
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-12 16:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-12 16:37 [PATCH] fb: Fix section mismatch in savagefb Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome