From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: [PATCH 2/4] ACPI / idle : remove pointless headers Date: Mon, 4 Feb 2013 23:44:41 +0100 Message-ID: <1360017883-9544-2-git-send-email-daniel.lezcano@linaro.org> References: <1360017883-9544-1-git-send-email-daniel.lezcano@linaro.org> Return-path: Received: from mail-wi0-f171.google.com ([209.85.212.171]:52306 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755963Ab3BDWot (ORCPT ); Mon, 4 Feb 2013 17:44:49 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so2251933wib.16 for ; Mon, 04 Feb 2013 14:44:48 -0800 (PST) In-Reply-To: <1360017883-9544-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: rjw@sisk.pl Cc: linaro-dev@lists.linaro.org, patches@linaro.org, lenb@kernel.org, linux-pm@vger.kernel.org These different headers are not needed. Signed-off-by: Daniel Lezcano --- drivers/acpi/processor_idle.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 5cb5f24..82626e9 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c @@ -28,19 +28,12 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#include #include -#include -#include -#include #include #include -#include -#include /* need_resched() */ -#include +#include /* need_resched() */ #include #include -#include /* * Include the apic definitions for x86 to have the APIC timer related defines @@ -52,12 +45,8 @@ #include #endif -#include -#include - #include #include -#include #define PREFIX "ACPI: " -- 1.7.9.5