summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas2012-06-18 20:10:39 +0200
committerBjorn Helgaas2012-06-18 20:10:39 +0200
commit47fcb6da65e9e74f71f4ec68f1245fc600bec711 (patch)
tree6ef869c8f5768d8804ace7c36bbd6d493f995ad1 /include/linux/pci.h
parentMerge branch 'topic/alex-vfio-prep' into next (diff)
parentPCI: remove redundant capabilities checking in pci_{save, restore}_pcie_state (diff)
downloadkernel-qcow2-linux-47fcb6da65e9e74f71f4ec68f1245fc600bec711.tar.gz
kernel-qcow2-linux-47fcb6da65e9e74f71f4ec68f1245fc600bec711.tar.xz
kernel-qcow2-linux-47fcb6da65e9e74f71f4ec68f1245fc600bec711.zip
Merge branch 'topic/stowe-cap-cleanup' into next
* topic/stowe-cap-cleanup: PCI: remove redundant capabilities checking in pci_{save, restore}_pcie_state PCI: add pci_pcie_cap2() check for PCIe feature capabilities >= v2 PCI: remove redundant checking in PCI Express capability routines PCI: make pci_ltr_supported() static
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 35884f279bb8..43a007cbdf65 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -911,7 +911,6 @@ enum pci_obff_signal_type {
int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type);
void pci_disable_obff(struct pci_dev *dev);
-bool pci_ltr_supported(struct pci_dev *dev);
int pci_enable_ltr(struct pci_dev *dev);
void pci_disable_ltr(struct pci_dev *dev);
int pci_set_ltr(struct pci_dev *dev, int snoop_lat_ns, int nosnoop_lat_ns);