linux/drivers/pci/pcie
Zhang, Yanmin 0bed208efc PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM error
On Thu, 2006-09-28 at 03:42, Olaf Hering wrote:
> PCI-Express AER implemetation: pcie_portdrv error handler
> 
> This patch breaks if CONFIG_PM is not enabled,
> pcie_portdrv_restore_config() will be undefined.
I move the definition of pcie_portdrv_restore_config
out of CONFIG_PM.

Below patch is against 2.6.18-mm1. Could you try it?

Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-10-18 11:36:11 -07:00
..
aer IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
Kconfig PCI-Express AER implemetation: AER core and aerdriver 2006-09-26 17:43:53 -07:00
Makefile PCI-Express AER implemetation: AER core and aerdriver 2006-09-26 17:43:53 -07:00
portdrv.h PCI: pcie-check-and-return-bus_register-errors fix 2006-10-18 11:36:10 -07:00
portdrv_bus.c PCI-Express AER implemetation: export pcie_port_bus_type 2006-09-26 17:43:52 -07:00
portdrv_core.c PCI: pcie-check-and-return-bus_register-errors fix 2006-10-18 11:36:10 -07:00
portdrv_pci.c PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM error 2006-10-18 11:36:11 -07:00