aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_dwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ahci_dwc.c')
-rw-r--r--drivers/ata/ahci_dwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_dwc.c b/drivers/ata/ahci_dwc.c
index ed263de3fd70..aec6d793f51a 100644
--- a/drivers/ata/ahci_dwc.c
+++ b/drivers/ata/ahci_dwc.c
@@ -478,7 +478,7 @@ MODULE_DEVICE_TABLE(of, ahci_dwc_of_match);
static struct platform_driver ahci_dwc_driver = {
.probe = ahci_dwc_probe,
- .remove_new = ata_platform_remove_one,
+ .remove = ata_platform_remove_one,
.shutdown = ahci_platform_shutdown,
.driver = {
.name = DRV_NAME,