commit | 7f5dac3eb6c7d2646d0de28f5187a6f039391d35 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Fri Jan 06 22:03:34 2012 -0800 |
committer | Yinghai Lu <yinghai@kernel.org> | Fri Jan 06 22:03:34 2012 -0800 |
tree | 5f63a29fb7224e91641d3deae59358a817c43e85 | |
parent | 18dd9be5d2b916c116900004f78b984b56ba75db [diff] |
PCI: Make pci_rescan_bus handle add_list So it will allocate resource to hotplug bridge during remove/rescan. Need to move that function to setup-bus.c so it could use __pci_bus_size_bridges and __pci_bus_assign_resources directly to take add_list. Signed-off-by: Yinghai Lu <yinghai@kernel.org>