PCI: Add pci_dev_flag for ACS enable quirks
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 3 Feb 2014 21:27:39 +0000 (14:27 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 20:51:47 +0000 (13:51 -0700)
Quirks that enable ACS-compatible functionality on a device need some way
to track whether a given device has been enabled.  Rather than create new
data structures for this, allocate one of the pci_dev_flags to indicate
this setup.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/linux/pci.h

Simple merge