[PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: =?windows-1252?Q?Ren=E9_Bolldorf?=
Date: Thursday, March 18, 2010 - 3:08 pm

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 = {
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch, =?windows-1252?Q?Ren ..., (Thu Mar 18, 3:08 pm)