From: Stephen Hemminger Date: Fri, 10 Jan 2014 21:00:57 +0000 (-0700) Subject: PCI: Remove unused Latency Tolerance Reporting support X-Git-Tag: v3.14-rc1~132^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea8197e1371abd68aef289cad97feb764281642;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas CC: Jesse Barnes --- Reading git-diff-tree failed