From: Zhang, Yanmin Date: Mon, 31 Jul 2006 07:18:39 +0000 (+0800) Subject: PCI-Express AER implemetation: export pcie_port_bus_type X-Git-Tag: v3.12-rc1~33776^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48408157ebf5b2c6dc1e04ba5d258012f6a7f356;p=kernel%2Fkernel-generic.git PCI-Express AER implemetation: export pcie_port_bus_type Patch 2 exports pcie_port_bus_type. Signed-off-by: Zhang Yanmin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/pcie/portdrv_bus.c b/drivers/pci/pcie/portdrv_bus.c index 3e84b50..3f09768 100644 --- a/drivers/pci/pcie/portdrv_bus.c +++ b/drivers/pci/pcie/portdrv_bus.c @@ -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) {