diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-11-28 15:54:55 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-11-28 15:54:55 +0100 |
commit | 7e124c40517218e079e580909de2652bddb60ff5 (patch) | |
tree | 78b7252fad179a8c0b9c39772a811615c91c02e1 /drivers/pci/iov.c | |
parent | Merge branch 'remotes/lorenzo/pci/misc' (diff) | |
parent | PCI: Fix indentation (diff) | |
download | linux-7e124c40517218e079e580909de2652bddb60ff5.tar.xz linux-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.c | 1 |
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> |