Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8938801 authored by Ray Lee's avatar Ray Lee Committed by Len Brown
Browse files

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: default avatarRay Lee <ray-lk@madrabbit.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f989106c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -51,14 +51,6 @@
#include <asm/apic.h>
#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 <asm/apic.h>
#endif

#include <asm/io.h>
#include <asm/uaccess.h>