tree 5d445ad1803389844ccf9a4fcb9ec160ae554fd7 parent c13cf3714fc84ad2fd65771aa08e47c95a9f26ef author Prarit Bhargava <[EMAIL PROTECTED]> Thu, 07 Jul 2005 05:28:40 -0700 committer Tony Luck <[EMAIL PROTECTED]> Thu, 07 Jul 2005 05:28:40 -0700
[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus export The pci_find_next_bus function is listed as being exported to drivers. It is not EXPORT_SYMBOL'd. Signed-off-by: Prarit Bhargava <[EMAIL PROTECTED]> Signed-off-by: Tony Luck <[EMAIL PROTECTED]> drivers/pci/search.c | 1 + 1 files changed, 1 insertion(+) diff --git a/drivers/pci/search.c b/drivers/pci/search.c --- a/drivers/pci/search.c +++ b/drivers/pci/search.c @@ -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); - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
