2002-12-10 14:43:12

by Stelian Pop

[permalink] [raw]
Subject: [PATCH 2.4.20-BK] export pci symbols for pcmcia modules

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 <[email protected]>