Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48408157 authored by Zhang, Yanmin's avatar Zhang, Yanmin Committed by Greg Kroah-Hartman
Browse files

PCI-Express AER implemetation: export pcie_port_bus_type



Patch 2 exports pcie_port_bus_type.

Signed-off-by: default avatarZhang Yanmin <yanmin.zhang@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 47402400
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{