diff options
Diffstat (limited to 'drivers/pci/controller/pci-host-common.c')
| -rw-r--r-- | drivers/pci/controller/pci-host-common.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/drivers/pci/controller/pci-host-common.c b/drivers/pci/controller/pci-host-common.c index 45b71806182d..cf5f59a745b3 100644 --- a/drivers/pci/controller/pci-host-common.c +++ b/drivers/pci/controller/pci-host-common.c @@ -73,10 +73,6 @@ int pci_host_common_probe(struct platform_device *pdev)  	if (IS_ERR(cfg))  		return PTR_ERR(cfg); -	/* Do not reassign resources if probe only */ -	if (!pci_has_flag(PCI_PROBE_ONLY)) -		pci_add_flags(PCI_REASSIGN_ALL_BUS); -  	bridge->sysdata = cfg;  	bridge->ops = (struct pci_ops *)&ops->pci_ops;  	bridge->msi_domain = true; @@ -96,4 +92,5 @@ void pci_host_common_remove(struct platform_device *pdev)  }  EXPORT_SYMBOL_GPL(pci_host_common_remove); +MODULE_DESCRIPTION("Generic PCI host common driver");  MODULE_LICENSE("GPL v2"); |