AHCI: Move host activation code into ahci_host_activate()
[pandora-kernel.git] / drivers / ata / libahci_platform.c
index c7f787e..0b03f90 100644 (file)
@@ -493,8 +493,7 @@ int ahci_platform_init_host(struct platform_device *pdev,
        ahci_init_controller(host);
        ahci_print_info(host, "platform");
 
-       return ata_host_activate(host, irq, ahci_interrupt, IRQF_SHARED,
-                                &ahci_platform_sht);
+       return ahci_host_activate(host, irq, &ahci_platform_sht);
 }
 EXPORT_SYMBOL_GPL(ahci_platform_init_host);