X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fpci%2Fpci.c;h=07bbb9b3b93fe1a46ba4e15dcd4d309d31b54ba9;hb=f83b1e616f2f68b56b09b2f5116591981fee0c1c;hp=1a91bf9687af969c69f26c8e67fca08747c0d426;hpb=35fd035968de4f674b9d62ee7b1d80ab7a50c384;p=cascardo%2Flinux.git diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 1a91bf9687af..07bbb9b3b93f 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -24,6 +24,11 @@ #include #include "pci.h" +const char *pci_power_names[] = { + "error", "D0", "D1", "D2", "D3hot", "D3cold", "unknown", +}; +EXPORT_SYMBOL_GPL(pci_power_names); + unsigned int pci_pm_d3_delay = PCI_PM_D3_WAIT; #ifdef CONFIG_PCI_DOMAINS