aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-11-28 08:54:55 -0600
committerBjorn Helgaas <bhelgaas@google.com>2019-11-28 08:54:55 -0600
commit7e124c40517218e079e580909de2652bddb60ff5 (patch)
tree78b7252fad179a8c0b9c39772a811615c91c02e1 /drivers/pci/iov.c
parentMerge branch 'remotes/lorenzo/pci/misc' (diff)
parentPCI: Fix indentation (diff)
downloadlinux-dev-7e124c40517218e079e580909de2652bddb60ff5.tar.xz
linux-dev-7e124c40517218e079e580909de2652bddb60ff5.zip
Merge branch 'pci/trivial'
- Fix typos and comments (Bjorn Helgaas) - Fix Kconfig whitespace errors (Krzysztof Kozlowski) * pci/trivial: PCI: Fix indentation PCI: Fix typos PCI: Remove useless comments and tidy others PCI: Remove unnecessary includes # Conflicts: # drivers/pci/probe.c
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r--drivers/pci/iov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c
index 1d3de1ea081d..1e88fd427757 100644
--- a/drivers/pci/iov.c
+++ b/drivers/pci/iov.c
@@ -9,7 +9,6 @@
#include <linux/pci.h>
#include <linux/slab.h>
-#include <linux/mutex.h>
#include <linux/export.h>
#include <linux/string.h>
#include <linux/delay.h>