diff options
-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 | { |