From: Yinghai Lu Date: Sun, 4 Nov 2012 04:39:25 +0000 (-0700) Subject: x86/PCI: Factor out pcibios_allocate_dev_resources() X-Git-Tag: v3.9-rc1~82^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f4bbc92feee2986212ef3b42c806e2257197dc;p=pandora-kernel.git x86/PCI: Factor out pcibios_allocate_dev_resources() Factor pcibios_allocate_dev_resources() out of pcibios_allocate_resources(). Currently we only allocate these resources at boot-time with a for_each_pci_dev() loop. Eventually we'll use pcibios_allocate_dev_resources() for hot-added devices, too. [bhelgaas: changelog] Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed