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)
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

index 4238b53..9616eca 100644 (file)
@@ -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