diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-10-11 12:51:36 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-10-11 15:35:12 -0400 |
commit | 4c243716e77d4f54e37834757ee5067e56099219 (patch) | |
tree | 3ddfd9a3f0a6ac4e4d20567d0e1c92ee7cb326b9 | |
parent | 975bb8b4dc93364bb47fcdb58812fa6cb0accc81 (diff) |
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>
-rw-r--r-- | drivers/pci/iov.c | 1 |
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 @@ | |||
13 | #include <linux/export.h> | 13 | #include <linux/export.h> |
14 | #include <linux/string.h> | 14 | #include <linux/string.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/pci-ats.h> | ||
17 | #include "pci.h" | 16 | #include "pci.h" |
18 | 17 | ||
19 | #define VIRTFN_ID_LEN 16 | 18 | #define VIRTFN_ID_LEN 16 |