diff options
author | Zhang, Yanmin <yanmin.zhang@intel.com> | 2006-07-31 03:18:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-26 20:43:52 -0400 |
commit | 48408157ebf5b2c6dc1e04ba5d258012f6a7f356 (patch) | |
tree | fc6bcc0a737a7855c984d524d4b8f09c73a9c5e9 /drivers/pci/pcie | |
parent | 47402400c6496dd114463deb3a2ba2d64055284e (diff) |
PCI-Express AER implemetation: export pcie_port_bus_type
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>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r-- | drivers/pci/pcie/portdrv_bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pcie/portdrv_bus.c b/drivers/pci/pcie/portdrv_bus.c index 3e84b501e6a4..3f0976868eda 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 = { | |||
24 | .suspend = pcie_port_bus_suspend, | 24 | .suspend = pcie_port_bus_suspend, |
25 | .resume = pcie_port_bus_resume, | 25 | .resume = pcie_port_bus_resume, |
26 | }; | 26 | }; |
27 | EXPORT_SYMBOL_GPL(pcie_port_bus_type); | ||
27 | 28 | ||
28 | static int pcie_port_bus_match(struct device *dev, struct device_driver *drv) | 29 | static int pcie_port_bus_match(struct device *dev, struct device_driver *drv) |
29 | { | 30 | { |