[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4BA2A458.8040808@googlemail.com>
Date: Thu, 18 Mar 2010 23:08:24 +0100
From: René Bolldorf <xsecute@...glemail.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute@...glemail.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@...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