X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Facpi%2Fprocessor_idle.c;fp=drivers%2Facpi%2Fprocessor_idle.c;h=835595ae06b3ccfe1fe01c3004e8f51cd718e6f3;hp=8206fc1ecc580621a8fd5195b823829765f4492c;hb=81450b73dde07f473a4a7208b209b4c8b7251d90;hpb=8a03d9a498eaf02c8a118752050a5154852c13bf diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 8206fc1ecc58..835595ae06b3 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c @@ -51,6 +51,14 @@ #include #endif +/* + * Include the apic definitions for x86 to have the APIC timer related defines + * available also for UP (on SMP it gets magically included via linux/smp.h). + */ +#ifdef CONFIG_X86 +#include +#endif + #include #include