mbox series

[0/3] PCI: Remove unnecessary headers include

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

Message

Gustavo Pimentel Aug. 13, 2020, 1:51 p.m. UTC
Coverity Scan has detected 3 headers include that don't provide
any symbol required by the current code implemented on
drivers/pci/pci.c, therefore this patchset aims to remove those
entries.

Gustavo Pimentel (3):
  PCI: Remove unnecessary header include (linux/of_pci.h)
  PCI: Remove unnecessary header include (linux/pci-ats.h)
  PCI: Remove unnecessary header include (asm/setup.h)

 drivers/pci/pci.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Bjorn Helgaas Aug. 20, 2020, 8:58 p.m. UTC | #1
On Thu, Aug 13, 2020 at 03:51:50PM +0200, Gustavo Pimentel wrote:
> Coverity Scan has detected 3 headers include that don't provide
> any symbol required by the current code implemented on
> drivers/pci/pci.c, therefore this patchset aims to remove those
> entries.
> 
> Gustavo Pimentel (3):
>   PCI: Remove unnecessary header include (linux/of_pci.h)
>   PCI: Remove unnecessary header include (linux/pci-ats.h)
>   PCI: Remove unnecessary header include (asm/setup.h)

Applied to pci/misc for v5.10, thanks, Gustavo!

> 
>  drivers/pci/pci.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> -- 
> 2.7.4
>