diff mbox series

[3/3] PCI: Remove unnecessary header include (asm/setup.h)

Message ID 715821dc855add2565505ff8dcb9970e87996c5c.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 (asm/setup.h) since it doesn't provide
any needed symbols.

Detected by CoverityScan CID 16444 ("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 af68e79..39d808a 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 <asm/setup.h>
 #include <asm/dma.h>
 #include <linux/aer.h>
 #include "pci.h"