]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 4238b539f9d8a6c3a698a333a568d1c6ce31346e..9616eca3182f95f764b2314be28e71f5c395a2db 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