summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_dm816.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ahci_dm816.c')
-rw-r--r--drivers/ata/ahci_dm816.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_dm816.c b/drivers/ata/ahci_dm816.c
index b08547b877a1..4cb70064fb99 100644
--- a/drivers/ata/ahci_dm816.c
+++ b/drivers/ata/ahci_dm816.c
@@ -182,7 +182,7 @@ MODULE_DEVICE_TABLE(of, ahci_dm816_of_match);
static struct platform_driver ahci_dm816_driver = {
.probe = ahci_dm816_probe,
- .remove = ata_platform_remove_one,
+ .remove_new = ata_platform_remove_one,
.driver = {
.name = AHCI_DM816_DRV_NAME,
.of_match_table = ahci_dm816_of_match,