diff options
-rw-r--r-- | drivers/ata/ahci_platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 68ef6b563b7d..4e97f33cca44 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c | |||
@@ -171,7 +171,6 @@ static int __devexit ahci_remove(struct platform_device *pdev) | |||
171 | } | 171 | } |
172 | 172 | ||
173 | static struct platform_driver ahci_driver = { | 173 | static struct platform_driver ahci_driver = { |
174 | .probe = ahci_probe, | ||
175 | .remove = __devexit_p(ahci_remove), | 174 | .remove = __devexit_p(ahci_remove), |
176 | .driver = { | 175 | .driver = { |
177 | .name = "ahci", | 176 | .name = "ahci", |