]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
PCI-Express AER implemetation: export pcie_port_bus_type
authorZhang, Yanmin <yanmin.zhang@intel.com>
Mon, 31 Jul 2006 07:18:39 +0000 (15:18 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 00:43:52 +0000 (17:43 -0700)
Patch 2 exports pcie_port_bus_type.

Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pcie/portdrv_bus.c

index 3e84b501e6a419ea2b7e28452983c36a8a127bff..3f0976868eda656c9a2441caae804c96f9cc3fac 100644 (file)
@@ -24,6 +24,7 @@ struct bus_type pcie_port_bus_type = {
        .suspend        = pcie_port_bus_suspend,
        .resume         = pcie_port_bus_resume, 
 };
+EXPORT_SYMBOL_GPL(pcie_port_bus_type);
 
 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv)
 {