From: Prarit Bhargava <prarit@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Pcihpd-discuss] Re: [PATCH 3/6]: hotplug/ia64: SN Hotplug Driver
Date: Wed, 18 May 2005 13:41:04 +0000 [thread overview]
Message-ID: <428B45F0.6060002@sgi.com> (raw)
[-- 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);
reply other threads:[~2005-05-18 13:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=428B45F0.6060002@sgi.com \
--to=prarit@sgi.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.