From: Tejun Heo Date: Tue, 10 Jul 2007 06:36:05 +0000 (+0900) Subject: PCI: export __pci_reenable_device() X-Git-Tag: v2.6.23-rc2~292^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a664bbd1839fbe9f57564983f39bfc6c6f931d;p=pandora-kernel.git PCI: export __pci_reenable_device() Some odd ACPI implementations choke if certain controller is disabled when ACPI suspend is invoked but we still need to make sure the PCI device is enabled during resume. Simply using pci_enable_device() unbalances device enable count. Export __pci_reenable_device(). Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed