]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: Remove unnecessary includes of <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 5 Apr 2014 21:13:33 +0000 (15:13 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 14 Apr 2014 22:12:37 +0000 (16:12 -0600)
commit56a3d18279f00c7ccbcdc193ceaf1a2f88c51457
treea0c4697f2f0bc90e2ee5680dab99e89aae1509da
parentff0c41b2df1577f3354f788af4f6bb5dbdfd26da
PCI: Remove unnecessary includes of <linux/init.h>

None of these files are actually using any __init type directives and hence
don't need to include <linux/init.h>.   Most are just a left over from
__devinit and __cpuinit removal, or simply due to code getting copied from
one driver to the next.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/bus.c
drivers/pci/host-bridge.c
drivers/pci/hotplug/acpiphp_glue.c
drivers/pci/hotplug/cpqphp_nvram.c
drivers/pci/hotplug/s390_pci_hpc.c
drivers/pci/msi.c
drivers/pci/search.c
drivers/pci/setup-irq.c
drivers/pci/setup-res.c