From: René Bolldorf on
Signed-off-by: Rene Bolldorf <xsecute(a)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",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/