ata: drop owner assignment from platform_drivers
[cascardo/linux.git] / drivers / ata / ahci_sunxi.c
index e44d675..afe5581 100644 (file)
@@ -238,7 +238,6 @@ static struct platform_driver ahci_sunxi_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci-sunxi",
-               .owner = THIS_MODULE,
                .of_match_table = ahci_sunxi_of_match,
                .pm = &ahci_sunxi_pm_ops,
        },