PCI: Remove unused ID-Based Ordering support
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 21:01:11 +0000 (14:01 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 10 Jan 2014 23:59:07 +0000 (16:59 -0700)
commit7c2dd2d7cfabdb37875c5e481a0c3cc5962bb0b6
tree95b9d8c7f4aaf395893980708441aa80daf81135
parentecc8635608342a05ded722f0e30e6ccd682f84a6
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 <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