Prev: [PATCH 5/5] drivers/video/vesafb.c Section mismatch
Next: [PATCH] move tty_kref_put() outside of __cleanup_signal()
From: René Bolldorf on 18 Mar 2010 18:10 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/ |