PCI: Remove unused Optimized Buffer Flush/Fill support
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 21:01:05 +0000 (14:01 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 10 Jan 2014 23:58:49 +0000 (16:58 -0700)
commitecc8635608342a05ded722f0e30e6ccd682f84a6
tree33291aa0450523faefef5a2273012b986538b2d8
parent3ea8197e1371abd68aef289cad97feb764281642
PCI: Remove unused Optimized Buffer Flush/Fill 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 48a92a8179b3 ("PCI: add OBFF enable/disable support"),
removing these interfaces:

    pci_enable_obff()
    pci_disable_obff()

[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