aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/acpiphp_glue.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-04-05 15:13:33 -0600
committerBjorn Helgaas <bhelgaas@google.com>2014-04-14 16:12:37 -0600
commit56a3d18279f00c7ccbcdc193ceaf1a2f88c51457 (patch)
treea0c4697f2f0bc90e2ee5680dab99e89aae1509da /drivers/pci/hotplug/acpiphp_glue.c
parentpowerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal (diff)
downloadwireguard-linux-56a3d18279f00c7ccbcdc193ceaf1a2f88c51457.tar.xz
wireguard-linux-56a3d18279f00c7ccbcdc193ceaf1a2f88c51457.zip
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>
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
-rw-r--r--drivers/pci/hotplug/acpiphp_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index bccc27ee1030..0238a02b4cb3 100644
--- a/drivers/pci/hotplug/acpiphp_glue.c
+++ b/drivers/pci/hotplug/acpiphp_glue.c
@@ -41,7 +41,6 @@
#define pr_fmt(fmt) "acpiphp_glue: " fmt
-#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>