]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus export
authorPrarit Bhargava <prarit@sgi.com>
Wed, 6 Jul 2005 22:28:40 +0000 (15:28 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 6 Jul 2005 22:28:40 +0000 (15:28 -0700)
The pci_find_next_bus function is listed as being exported to drivers.  It is
not EXPORT_SYMBOL'd.

Signed-off-by: Prarit Bhargava <prarit@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/pci/search.c

index a90a533eba0fc3f8c7b1b892c4d0b2b4fc159730..05fa91a31c620b0dd9de57a59066ed6adae71062 100644 (file)
@@ -379,6 +379,7 @@ exit:
 EXPORT_SYMBOL(pci_dev_present);
 
 EXPORT_SYMBOL(pci_find_bus);
+EXPORT_SYMBOL(pci_find_next_bus);
 EXPORT_SYMBOL(pci_find_device);
 EXPORT_SYMBOL(pci_find_device_reverse);
 EXPORT_SYMBOL(pci_find_slot);