PCI: Remove unused Latency Tolerance Reporting support
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 21:00:57 +0000 (14:00 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 10 Jan 2014 23:58:32 +0000 (16:58 -0700)
commit3ea8197e1371abd68aef289cad97feb764281642
tree924ed213d6518800f770d29cceb4867b78cedc1c
parentb340cacc1b47d8fc15051aaf9b2d44678e245ba9
PCI: Remove unused Latency Tolerance Reporting support

My philosophy is unused code is dead code.  And dead code is subject to bit
rot and is a likely source of bugs.  Use it or lose it.

This reverts 51c2e0a7e5bc ("PCI: add latency tolerance reporting
enable/disable support"), removing these interfaces:

    pci_enable_ltr()
    pci_disable_ltr()
    pci_set_ltr()

[bhelgaas: split to separate patch, also remove prototypes from pci.h]
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c
include/linux/pci.h