The patch titled
     acpi/processor_idle.c: remove duplicate include
has been removed from the -mm tree.  Its filename was
     acpi-processor_idlec-remove-duplicate-include.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: acpi/processor_idle.c: remove duplicate include
From: Ray Lee <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/acpi/processor_idle.c |    8 --------
 1 files changed, 8 deletions(-)

diff -puN 
drivers/acpi/processor_idle.c~acpi-processor_idlec-remove-duplicate-include 
drivers/acpi/processor_idle.c
--- 
a/drivers/acpi/processor_idle.c~acpi-processor_idlec-remove-duplicate-include
+++ a/drivers/acpi/processor_idle.c
@@ -52,14 +52,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>
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-acpi.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to