commit | dc2f56fa8400677ef4852d5128f03b795cf57e7b | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sat Nov 03 21:39:27 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jan 07 15:58:34 2013 -0700 |
tree | e37ae488d36b8f8f149e8f4198600c0c924b3ff5 | |
parent | 83edc87ce8b284a3d60ab8072e55041c76a68277 [diff] |
x86/PCI: Factor out pcibios_allocate_dev_rom_resource() Factor pcibios_allocate_rom_resources() and pcibios_allocate_dev_rom_resource() out of pcibios_assign_resources(). This will allow us to allocate ROM resources for hot-added root buses. [bhelgaas: changelog] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>