[PATCH 2.4.20-BK] export pci symbols for pcmcia modules

Stelian Pop (stelian@popies.net)
Tue, 10 Dec 2002 15:50:49 +0100


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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/