Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: remove duplicate include

Thomas's patch for including <asm/apic.h> for x86 UP builds came into
Linus's tree from two different directions, both of which were merged.
This reverts the latter, yanking out the duplicate #include and comment.

Signed-off-by: Ray Lee <ray-lk@madrabbit.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by

Ray Lee and committed by
Len Brown
d8938801 f989106c

-8
-8
drivers/acpi/processor_idle.c
··· 51 51 #include <asm/apic.h> 52 52 #endif 53 53 54 - /* 55 - * Include the apic definitions for x86 to have the APIC timer related defines 56 - * available also for UP (on SMP it gets magically included via linux/smp.h). 57 - */ 58 - #ifdef CONFIG_X86 59 - #include <asm/apic.h> 60 - #endif 61 - 62 54 #include <asm/io.h> 63 55 #include <asm/uaccess.h> 64 56