From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ray Lee Subject: [PATCH] [TRIVIAL] remove duplicate include Date: Tue, 03 Apr 2007 09:58:14 -0700 Message-ID: <461287A6.9080409@madrabbit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from tapsys.com ([72.36.178.242]:47105 "EHLO tapsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965418AbXDCQ6i (ORCPT ); Tue, 3 Apr 2007 12:58:38 -0400 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: LKML , lenb@kernel.org, linux-acpi@vger.kernel.org Thomas's patch for including 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 Cc: Len Brown --- 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 #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