]> asedeno.scripts.mit.edu Git - linux.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)
commitbffc56d41102705d809f88c29918a9c33d2900f7
tree61889ca64ef9166ef17ea8555dc0c53c50149b16
parentb9b0bba96cf5acbf025f7829fbf6c09e74323b41
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