* [PATCH] [TRIVIAL] remove duplicate include
@ 2007-03-23 16:36 Ray Lee
0 siblings, 0 replies; 2+ messages in thread
From: Ray Lee @ 2007-03-23 16:36 UTC (permalink / raw)
To: LKML, Thomas Gleixner, Len Brown
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>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Len Brown <len.brown@intel.com>
---
Len, would you like to take this?
drivers/acpi/processor_idle.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c
index 562124e..0abf740 100644
--- a/drivers/acpi/processor_idle.c
+++ b/drivers/acpi/processor_idle.c
@@ -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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] [TRIVIAL] remove duplicate include
@ 2007-04-03 16:58 Ray Lee
0 siblings, 0 replies; 2+ messages in thread
From: Ray Lee @ 2007-04-03 16:58 UTC (permalink / raw)
To: LKML, lenb, linux-acpi
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>
Cc: Len Brown <lenb@kernel.org>
---
Len, would you like to take this?
drivers/acpi/processor_idle.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c
index 562124e..0abf740 100644
--- a/drivers/acpi/processor_idle.c
+++ b/drivers/acpi/processor_idle.c
@@ -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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-03 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-23 16:36 [PATCH] [TRIVIAL] remove duplicate include Ray Lee
-- strict thread matches above, loose matches on Subject: below --
2007-04-03 16:58 Ray Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox