Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / pci / host / pci-host-generic.c
index 18959075d1644886277c0d181ed8290d92daddf3..6eb1aa75bd378669c4c6f8419ca7f48155236eef 100644 (file)
@@ -310,7 +310,6 @@ static int gen_pci_probe(struct platform_device *pdev)
 static struct platform_driver gen_pci_driver = {
        .driver = {
                .name = "pci-host-generic",
-               .owner = THIS_MODULE,
                .of_match_table = gen_pci_of_match,
        },
        .probe = gen_pci_probe,