From: Jean Delvare <khali@linux-fr.org>
To: Antonino Daplas <adaplas@pol.net>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] fb: Fix section mismatch in savagefb
Date: Wed, 12 Apr 2006 18:37:09 +0200 [thread overview]
Message-ID: <20060412183709.e319d204.khali@linux-fr.org> (raw)
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
reply other threads:[~2006-04-12 16:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060412183709.e319d204.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=adaplas@pol.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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