]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: make free_list() into a function
authorYinghai Lu <yinghai@kernel.org>
Sat, 21 Jan 2012 10:08:30 +0000 (02:08 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 14 Feb 2012 16:44:57 +0000 (08:44 -0800)
commit20db8f6beeb552f6c8a8b950026cc038a29c7524
tree61889ca64ef9166ef17ea8555dc0c53c50149b16
parent27a2cd91a7037845028986979f4f2ad81f69f4d5
PCI: make free_list() into a function

After merging struct pci_dev_resource_x and pci_dev_resource,
We can use a function instead of macro now.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c