* [PATCH 3/6]: SN Hotplug Driver - pci_find_next_bus export
@ 2005-05-02 12:48 Prarit Bhargava
0 siblings, 0 replies; only message in thread
From: Prarit Bhargava @ 2005-05-02 12:48 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: pci_search2.patch-3 --]
[-- Type: text/plain, Size: 646 bytes --]
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>
search.c | 1 +
1 files changed, 1 insertion(+)
diff -urNp moved/drivers/pci/search.c pci_search/drivers/pci/search.c
--- moved/drivers/pci/search.c 2027-04-28 13:12:28.000000000 -0400
+++ pci_search/drivers/pci/search.c 2027-04-28 13:29:56.000000000 -0400
@@ -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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-02 12:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-02 12:48 [PATCH 3/6]: SN Hotplug Driver - pci_find_next_bus export Prarit Bhargava
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.