[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4BA2A472.50209@googlemail.com>
Date: Thu, 18 Mar 2010 23:08:50 +0100
From: René Bolldorf <xsecute@...glemail.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 5/5] drivers/video/vesafb.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute@...glemail.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",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists