Merge tag 'media/v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[cascardo/linux.git] / drivers / ata / sata_highbank.c
index da3bc27..24e311f 100644 (file)
@@ -568,8 +568,7 @@ static int ahci_highbank_probe(struct platform_device *pdev)
        ahci_init_controller(host);
        ahci_print_info(host, "platform");
 
-       rc = ata_host_activate(host, irq, ahci_interrupt, 0,
-                                       &ahci_highbank_platform_sht);
+       rc = ahci_host_activate(host, irq, &ahci_highbank_platform_sht);
        if (rc)
                goto err0;
 
@@ -635,7 +634,6 @@ static struct platform_driver ahci_highbank_driver = {
        .remove = ata_platform_remove_one,
         .driver = {
                 .name = "highbank-ahci",
-                .owner = THIS_MODULE,
                 .of_match_table = ahci_of_match,
                 .pm = &ahci_highbank_pm_ops,
         },