OSDN Git Service

Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / pci / host / pcie-designware.c
index 17ca986..1f4ea6f 100644 (file)
@@ -511,9 +511,6 @@ int __init dw_pcie_host_init(struct pcie_port *pp)
        dw_pci.private_data = (void **)&pp;
 
        pci_common_init_dev(pp->dev, &dw_pci);
-#ifdef CONFIG_PCI_DOMAINS
-       dw_pci.domain++;
-#endif
 
        return 0;
 }