All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch
@ 2010-03-18 22:08 René Bolldorf
  0 siblings, 0 replies; only message in thread
From: René Bolldorf @ 2010-03-18 22:08 UTC (permalink / raw)
  To: linux-kernel

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 = {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-18 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 22:08 [PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch René Bolldorf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.