Message ID | 715821dc855add2565505ff8dcb9970e87996c5c.1597325845.git.gustavo.pimentel@synopsys.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | PCI: Remove unnecessary headers include | expand |
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"
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(-)