Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhang, Yanmin and committed by
Greg Kroah-Hartman
48408157 47402400

+1
+1
drivers/pci/pcie/portdrv_bus.c
··· 24 24 .suspend = pcie_port_bus_suspend, 25 25 .resume = pcie_port_bus_resume, 26 26 }; 27 + EXPORT_SYMBOL_GPL(pcie_port_bus_type); 27 28 28 29 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv) 29 30 {