commit | 876e501ab25dcd683574a5d3d56d8fe450083ed6 | [log] [tgz] |
---|---|---|
author | Yu Zhao <yu.zhao@intel.com> | Sat Nov 22 02:42:35 2008 +0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Jan 07 11:13:06 2009 -0800 |
tree | 0ffefee783b1645e413a8ffa6fb0b615c41862cc | |
parent | 3fa16fdb48e0d83c2acf46e357548c89891df58b [diff] |
PCI: factor pci_bus_add_child() from pci_bus_add_devices() This patch splits a new function, pci_bus_add_child(), from pci_bus_add_devices(). The new function can be used to register PCI buses to the device core. Signed-off-by: Yu Zhao <yu.zhao@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>