PCI: Removed unused parts of Page Request Interface support
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 21:00:47 +0000 (14:00 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 10 Jan 2014 21:00:47 +0000 (14:00 -0700)
commitb340cacc1b47d8fc15051aaf9b2d44678e245ba9
tree3e4603c5d3146077d9d8c570fbca12e3ae4d9fb2
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
PCI: Removed unused parts of Page Request Interface 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 parts of c320b976d783 ("PCI: Add implementation for PRI
capability"), removing these interfaces:

    pci_pri_enabled()
    pci_pri_stopped()
    pci_pri_status()

[bhelgaas: split to separate patch]
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Joerg Roedel <joro@8bytes.org>
drivers/pci/ats.c
include/linux/pci-ats.h