ata: libata: Make ata_platform_remove_one return void
[linux-2.6-microblaze.git] / drivers / ata / ahci_xgene.c
index 83f5ff5..eb773f2 100644 (file)
@@ -868,7 +868,7 @@ disable_resources:
 
 static struct platform_driver xgene_ahci_driver = {
        .probe = xgene_ahci_probe,
-       .remove = ata_platform_remove_one,
+       .remove_new = ata_platform_remove_one,
        .driver = {
                .name = DRV_NAME,
                .of_match_table = xgene_ahci_of_match,