Skip to content

Commit

Permalink
PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bjorn-helgaas committed Oct 11, 2018
1 parent 975bb8b commit 4c24371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/iov.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c24371

Please sign in to comment.