OSDN Git Service

PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 11 Oct 2018 16:51:36 +0000 (11:51 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 11 Oct 2018 19:35:12 +0000 (14:35 -0500)
commit4c243716e77d4f54e37834757ee5067e56099219
tree3ddfd9a3f0a6ac4e4d20567d0e1c92ee7cb326b9
parent975bb8b4dc93364bb47fcdb58812fa6cb0accc81
PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>

iov.c uses nothing declared in <linux/pci-ats.h>, so remove the include of
it.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/iov.c