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)
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

Simple merge
Simple merge