[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361759917-5195-5-git-send-email-lig.fnst@cn.fujitsu.com>
Date: Mon, 25 Feb 2013 10:38:37 +0800
From: liguang <lig.fnst@...fujitsu.com>
To: tglx@...utronix.de, hpa@...or.com, pavel@....cz, rjw@...k.pl,
lv.zheng@...el.com, jarkko.sakkinen@...el.com,
dave@...ux.vnet.ibm.com, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, x86@...nel.org
Cc: liguang <lig.fnst@...fujitsu.com>
Subject: [rebased-again][PATCH 4/4] remove include asm/acpi.h in process_driver.c
process_driver.c include linux/acpi.h which already
include asm/acpi.h, so remove it.
Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@...fujitsu.com>
Acked-by: David Rientjes <rientjes@...gle.com>
Signed-off-by: liguang <lig.fnst@...fujitsu.com>
---
drivers/acpi/processor_driver.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c
index df34bd0..341258a 100644
--- a/drivers/acpi/processor_driver.c
+++ b/drivers/acpi/processor_driver.c
@@ -53,7 +53,6 @@
#include <asm/uaccess.h>
#include <asm/processor.h>
#include <asm/smp.h>
-#include <asm/acpi.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists