diff mbox series

[2/3] PCI: Remove unnecessary header include (linux/pci-ats.h)

Message ID 72ade1f5af35b994a7a8216ea5dc32c27cf134cd.1597325845.git.gustavo.pimentel@synopsys.com
State New
Headers show
Series PCI: Remove unnecessary headers include | expand

Commit Message

Gustavo Pimentel Aug. 13, 2020, 1:51 p.m. UTC
Remove unnecessary header include (linux/pci-ats.h) since it doesn't provide
any needed symbols.

Detected by CoverityScan CID 16443 ("Unnecessary header file (HFA)")

Cc: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
---
 drivers/pci/pci.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index e88a169..af68e79 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -29,7 +29,6 @@ 
 #include <linux/pm_runtime.h>
 #include <linux/pci_hotplug.h>
 #include <linux/vmalloc.h>
-#include <linux/pci-ats.h>
 #include <asm/setup.h>
 #include <asm/dma.h>
 #include <linux/aer.h>