From: Yinghai Lu Date: Sat, 21 Jan 2012 10:08:28 +0000 (-0800) Subject: PCI: Merge pci_dev_resource_x and pci_dev_resource X-Git-Tag: v3.4-rc1~114^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764242a0aec69e10b8dc0f4f0303a6800b09cf45;p=pandora-kernel.git PCI: Merge pci_dev_resource_x and pci_dev_resource pci_dev_resource_x is a superset of pci_dev_resource and they're just temp structs used during resource reallocation. pci_dev_resource usage is quite limted. So just use pci_dev_resource_x, and rename it as new pci_dev_resource. -v2: According to Linus, Separate free_list change to another patch Suggested-by: Linus Torvalds Signed-off-by: Yinghai Lu Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed