Prev: [PATCH 0/5] drivers/ata/ahci.c warning: comparison between ‘enum <anonymous>’ and ‘enum <anonymous>’
Next: [PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch
From: René Bolldorf on 18 Mar 2010 18:10 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/ |