From: Paul Gortmaker Date: Sun, 3 Jul 2011 19:27:05 +0000 (-0400) Subject: pci: Add module.h to hotplug/pciehp_acpi.c X-Git-Tag: next-20110829~4^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=58abe88b659772f52e8f5b7d1b11fad03c1b973c;p=karo-tx-linux.git pci: Add module.h to hotplug/pciehp_acpi.c This file really needs the full module.h header file present, but was just getting it implicitly before. Fix it up in advance so we avoid build failures once the cleanup commit is present. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/pci/hotplug/pciehp_acpi.c b/drivers/pci/hotplug/pciehp_acpi.c index 5f7226223a62..376d70d17176 100644 --- a/drivers/pci/hotplug/pciehp_acpi.c +++ b/drivers/pci/hotplug/pciehp_acpi.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "pciehp.h" #define PCIEHP_DETECT_PCIE (0)