From: René Bolldorf on
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com>


diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index 42cdd73..16fa45b 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -164,7 +164,7 @@ static int __devexit ahci_remove(struct
platform_device *pdev)
return 0;
}

-static struct platform_driver ahci_driver = {
+static struct platform_driver __refdata ahci_driver = {
.probe = ahci_probe,
.remove = __devexit_p(ahci_remove),
.driver = {
--
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/