aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-10-11 11:51:36 -0500
committerBjorn Helgaas <bhelgaas@google.com>2018-10-11 14:35:12 -0500
commit4c243716e77d4f54e37834757ee5067e56099219 (patch)
tree3ddfd9a3f0a6ac4e4d20567d0e1c92ee7cb326b9 /drivers/pci/iov.c
parentPCI/IOV: Use VF0 cached config space size for other VFs (diff)
downloadlinux-dev-4c243716e77d4f54e37834757ee5067e56099219.tar.xz
linux-dev-4c243716e77d4f54e37834757ee5067e56099219.zip
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>
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r--drivers/pci/iov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c
index 4238b539f9d8..9616eca3182f 100644
--- a/drivers/pci/iov.c
+++ b/drivers/pci/iov.c
@@ -13,7 +13,6 @@
#include <linux/export.h>
#include <linux/string.h>
#include <linux/delay.h>
-#include <linux/pci-ats.h>
#include "pci.h"
#define VIRTFN_ID_LEN 16