From: Anton Blanchard Wrap some ACPI specific headers. ACPI hasnt taken over the whole world yet. Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton --- drivers/pci/hotplug/pciehp_hpc.c | 4 ++++ 1 files changed, 4 insertions(+) diff -puN drivers/pci/hotplug/pciehp_hpc.c~fix-pciehp-driver-on-non-acpi-systems drivers/pci/hotplug/pciehp_hpc.c --- 25/drivers/pci/hotplug/pciehp_hpc.c~fix-pciehp-driver-on-non-acpi-systems Thu Apr 6 15:29:07 2006 +++ 25-akpm/drivers/pci/hotplug/pciehp_hpc.c Thu Apr 6 15:29:07 2006 @@ -38,10 +38,14 @@ #include "../pci.h" #include "pciehp.h" + +#ifdef CONFIG_ACPI #include #include #include #include +#endif + #ifdef DEBUG #define DBG_K_TRACE_ENTRY ((unsigned int)0x00000001) /* On function entry */ #define DBG_K_TRACE_EXIT ((unsigned int)0x00000002) /* On function exit */ _