From: Prarit Bhargava Date: Wed, 6 Jul 2005 22:28:40 +0000 (-0700) Subject: [IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus export X-Git-Tag: upstream/snapshot3+hdmi~47767^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e07d01e0aeba905aeca6e0ae612943417d396a0f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: Tony Luck --- diff --git a/drivers/pci/search.c b/drivers/pci/search.c index a90a533..05fa91a 100644 --- 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);