diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-10-11 11:51:36 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-10-11 14:35:12 -0500 |
commit | 4c243716e77d4f54e37834757ee5067e56099219 (patch) | |
tree | 3ddfd9a3f0a6ac4e4d20567d0e1c92ee7cb326b9 /drivers/pci | |
parent | 975bb8b4dc93364bb47fcdb58812fa6cb0accc81 (diff) | |
download | linux-4c243716e77d4f54e37834757ee5067e56099219.tar.bz2 |
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')
-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 @@ #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 |