Signed-off-by: Rene Bolldorf <xsecute@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 = {
--