mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 5/5] drivers/video/vesafb.c Section mismatch
@ 2010-03-18 22:08 René Bolldorf
  0 siblings, 0 replies; only message in thread
From: René Bolldorf @ 2010-03-18 22:08 UTC (permalink / raw)
  To: linux-kernel

Signed-off-by: Rene Bolldorf <xsecute@googlemail.com>

diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index ef4128c..60432c5 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -476,7 +476,7 @@ err:
  	return err;
  }

-static struct platform_driver vesafb_driver = {
+static struct platform_driver __refdata vesafb_driver = {
  	.probe	= vesafb_probe,
  	.driver	= {
  		.name	= "vesafb",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-18 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-18 22:08 [PATCH 5/5] drivers/video/vesafb.c Section mismatch René Bolldorf

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