From: Linas Vepstas Date: Wed, 7 Nov 2007 21:43:59 +0000 (-0600) Subject: PCI: export pci_restore_msi_state() X-Git-Tag: v2.6.25-rc1~1074^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94688cf2454986309fbcd495233ba2423786a14a;p=pandora-kernel.git PCI: export pci_restore_msi_state() PCI error recovery usually involves the PCI adapter being reset. If the device is using MSI, the reset will cause the MSI state to be lost; the device driver needs to restore the MSI state. The pci_restore_msi_state() routine is currently protected by CONFIG_PM; remove this, and also export the symbol, so that it can be used in a modle. Signed-off-by: Linas Vepstas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed