* [PATCH 2.4.20-BK] export pci symbols for pcmcia modules
@ 2002-12-10 14:50 Stelian Pop
0 siblings, 0 replies; only message in thread
From: Stelian Pop @ 2002-12-10 14:50 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Marcelo Tosatti
Two symbols are not exported by the pci code, yet they are used
by (at least) the pcmcia modules.
The attached patch makes it all happy again.
Stelian.
===== drivers/pci/pci.c 1.38 vs edited =====
--- 1.38/drivers/pci/pci.c Tue Nov 19 14:38:18 2002
+++ edited/drivers/pci/pci.c Tue Dec 10 13:53:53 2002
@@ -2155,6 +2155,8 @@
EXPORT_SYMBOL(pci_do_scan_bus);
EXPORT_SYMBOL(pci_scan_slot);
EXPORT_SYMBOL(pci_scan_bus);
+EXPORT_SYMBOL(pci_scan_device);
+EXPORT_SYMBOL(pci_read_bridge_bases);
#ifdef CONFIG_PROC_FS
EXPORT_SYMBOL(pci_proc_attach_device);
EXPORT_SYMBOL(pci_proc_detach_device);
--
Stelian Pop <stelian@popies.net>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-10 14:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-10 14:50 [PATCH 2.4.20-BK] export pci symbols for pcmcia modules Stelian Pop
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox