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)
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>

No differences found