From patchwork Fri Oct 19 09:51:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 12360 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5299123EFE for ; Fri, 19 Oct 2012 09:51:39 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 05E51A18A56 for ; Fri, 19 Oct 2012 09:51:38 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so316502iej.11 for ; Fri, 19 Oct 2012 02:51:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=w8g4kHbk1lKZinuveoX6bvPNNttNIqchK6t63Uq1KIk=; b=ptC8MLbDvCcmfy/0uh1UgxUiBaM3AWq8P+mEJAhZDr6sub2mgrhgZj/e//kj9d7vnd p+SaKI4I7D4vitBL/puzuoY7OoFl4nWEBuScaq9/HVQuBAMGK9Y1QkUYWkQL7Qie1m/Z lJje7w/agnwlihovXc32D3DWiZOtGaysjFFZec2upWLfNM7FDpiy7QKS0xWOYaZO4/69 ezSo2UJQYfwB6CTULahY3hV+pirCxHMp6A6W7haB+X4UXQJCjtbruhDAZEh93vtSI6bo vMZ2oBIMDhtg0Dua4l81C+wkz05viSD1MqWxgWfATRzk+f9sC2aNNhien6cXH+GaAc+U NPTg== Received: by 10.50.194.169 with SMTP id hx9mr541495igc.70.1350640298452; Fri, 19 Oct 2012 02:51:38 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp53889igt; Fri, 19 Oct 2012 02:51:37 -0700 (PDT) Received: by 10.180.77.38 with SMTP id p6mr1970494wiw.1.1350640296774; Fri, 19 Oct 2012 02:51:36 -0700 (PDT) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx.google.com with ESMTPS id s33si1253879wen.104.2012.10.19.02.51.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 02:51:36 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=209.85.212.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: by mail-wi0-f172.google.com with SMTP id hq12so22633wib.13 for ; Fri, 19 Oct 2012 02:51:36 -0700 (PDT) Received: by 10.216.74.85 with SMTP id w63mr473717wed.212.1350640296243; Fri, 19 Oct 2012 02:51:36 -0700 (PDT) Received: from localhost.localdomain (AToulouse-654-1-1-158.w90-5.abo.wanadoo.fr. [90.5.56.158]) by mx.google.com with ESMTPS id dt9sm33952821wib.1.2012.10.19.02.51.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 02:51:35 -0700 (PDT) From: Daniel Lezcano To: lenb@kernel.org, rjw@sisk.pl Cc: linux-acpi@vger.kernel.org, linaro-dev@lists.linaro.org, patches@linaro.org Subject: [PATCH 2/5] cpuidle / ACPI : remove pointless headers Date: Fri, 19 Oct 2012 11:51:29 +0200 Message-Id: <1350640292-22468-2-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1350640292-22468-1-git-send-email-daniel.lezcano@linaro.org> References: <1350640292-22468-1-git-send-email-daniel.lezcano@linaro.org> X-Gm-Message-State: ALoCoQk6tU8QZYqnKnK5s+J/UwoPpoVzil/UQh9I9YPNUZnL7vu5dHe+houkRaWiYUglshFWMKU0 These different headers are not needed. Signed-off-by: Daniel Lezcano --- drivers/acpi/processor_idle.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 1f536a3..9aac69b 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c @@ -28,19 +28,10 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#include #include -#include -#include -#include -#include #include -#include -#include /* need_resched() */ -#include #include #include -#include /* * Include the apic definitions for x86 to have the APIC timer related defines @@ -52,12 +43,8 @@ #include #endif -#include -#include - #include #include -#include #define PREFIX "ACPI: " ACPI_MODULE_NAME("processor_idle");