From: Stephen Hemminger Date: Fri, 10 Jan 2014 21:01:11 +0000 (-0700) Subject: PCI: Remove unused ID-Based Ordering support X-Git-Tag: v3.14-rc1~132^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2dd2d7cfabdb37875c5e481a0c3cc5962bb0b6;p=pandora-kernel.git PCI: Remove unused ID-Based Ordering 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 b48d4425b602 ("PCI: add ID-based ordering enable/disable support"), removing these interfaces: pci_enable_ido() pci_disable_ido() [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