]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] export pci_bus_type to modules.
authorStelian Pop <stelian.pop@fr.alcove.com>
Tue, 18 Jun 2002 02:25:25 +0000 (19:25 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 18 Jun 2002 02:25:25 +0000 (19:25 -0700)
This exports the pci_bus_type symbol to modules, needed by (at least)
the recent changes in pcmcia/cardbus.c.

drivers/pci/pci-driver.c

index 0260ccf2092a361e34a4a742437b9f79d3944f25..db4cdb8e3ad4b708b7a5edd89cddf13486de409a 100644 (file)
@@ -210,3 +210,4 @@ EXPORT_SYMBOL(pci_match_device);
 EXPORT_SYMBOL(pci_register_driver);
 EXPORT_SYMBOL(pci_unregister_driver);
 EXPORT_SYMBOL(pci_dev_driver);
+EXPORT_SYMBOL(pci_bus_type);