All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Pcihpd-discuss] Re: [PATCH 3/6]: hotplug/ia64: SN Hotplug Driver
@ 2005-05-18 13:41 Prarit Bhargava
  0 siblings, 0 replies; only message in thread
From: Prarit Bhargava @ 2005-05-18 13:41 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

Greg KH wrote:
> On Thu, May 12, 2005 at 08:45:53PM -0400, Prarit Bhargava wrote:
> 
>>+EXPORT_SYMBOL(pci_find_next_bus);
> 
> 
> EXPORT_SYMBOL_GPL() please.
> 
> greg k-h
> 


[-- Attachment #2: pci_search.patch-3 --]
[-- Type: text/plain, Size: 996 bytes --]

The pci_find_next_bus function is listed as being exported to drivers.  It is
not EXPORT_SYMBOL_GPL'd.

Signed-off-by: Prarit Bhargava <prarit@sgi.com>

---
commit e294c434e2b07cd37bd92c4400ddc038bd1fb095
tree 0074994b061b33a65ec96ee3a8058c4025162add
parent efa92797b1020a20adb4c0b045026b5b096d18aa
author Prarit Bhargava <prarit@sgi.com> 1810556612 -0400
committer Prarit Bhargava <prarit@sgi.com> 1810556612 -0400

Index: drivers/pci/search.c
===================================================================
--- 5dfad6510087f1d4f1a791920aafb924a855e5a2/drivers/pci/search.c  (mode:100644 sha1:a90a533eba0fc3f8c7b1b892c4d0b2b4fc159730)
+++ 0074994b061b33a65ec96ee3a8058c4025162add/drivers/pci/search.c  (mode:100644 sha1:11d450ab995e25838e36f34c067eb60006c8395a)
@@ -379,6 +379,7 @@
 EXPORT_SYMBOL(pci_dev_present);
 
 EXPORT_SYMBOL(pci_find_bus);
+EXPORT_SYMBOL_GPL(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-18 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-18 13:41 [Pcihpd-discuss] Re: [PATCH 3/6]: hotplug/ia64: SN Hotplug Driver 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.