From patchwork Mon Feb 4 22:44:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 14547 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 F10AB24195 for ; Mon, 4 Feb 2013 22:44:50 +0000 (UTC) Received: from mail-ve0-f179.google.com (mail-ve0-f179.google.com [209.85.128.179]) by fiordland.canonical.com (Postfix) with ESMTP id ACA9DA1853E for ; Mon, 4 Feb 2013 22:44:50 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id da11so4110332veb.38 for ; Mon, 04 Feb 2013 14:44:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=qHsdo/e6LZuRmznIO6yPBf+w7TWfzgFEMezcj5zyHjs=; b=HFA/8Ne9/4K6P52YDeh8AeJuuGQNSw5x4Rn3AZdO1ZxDYFJv8tLKROHYTZdJSgFvvK XvY5XncX9V44AFNJR3G3cp8WzxVUmzUZbepR8bC15nl5Tkv2sBuAMIcZjyOBh/0t1KdA aT0cIimumm3HAOh94fT5hpTLzXkzHnUOBVpqPszKjlseFGEO13AwerMSj/g45cXgFtLn 7d87wQXbtpZZF3NrVXJ3iw1M0gAm+5CCl1Xa+23YNMSoKY93tz0TFFzGo/KTAm0DK1JU yKtgWq2WLEBBvOYVSbOVBy3MaeuzsIGQhunxQaA+zTHnZ17WORjM5570ZuD3sxUsoqj2 sLyg== X-Received: by 10.58.232.226 with SMTP id tr2mr20754623vec.48.1360017890190; Mon, 04 Feb 2013 14:44:50 -0800 (PST) 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.58.252.8 with SMTP id zo8csp110416vec; Mon, 4 Feb 2013 14:44:49 -0800 (PST) X-Received: by 10.194.156.196 with SMTP id wg4mr29913234wjb.22.1360017889084; Mon, 04 Feb 2013 14:44:49 -0800 (PST) Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]) by mx.google.com with ESMTPS id e18si5745691wjz.233.2013.02.04.14.44.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 14:44:49 -0800 (PST) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::229 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=2a00:1450:400c:c05::229; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::229 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-f169.google.com with SMTP id l13so3163461wie.2 for ; Mon, 04 Feb 2013 14:44:48 -0800 (PST) X-Received: by 10.180.80.197 with SMTP id t5mr13233052wix.22.1360017888667; Mon, 04 Feb 2013 14:44:48 -0800 (PST) Received: from mai.home (AToulouse-654-1-332-150.w86-199.abo.wanadoo.fr. [86.199.219.150]) by mx.google.com with ESMTPS id ex1sm2812774wib.7.2013.02.04.14.44.46 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 14:44:47 -0800 (PST) From: Daniel Lezcano To: rjw@sisk.pl Cc: linaro-dev@lists.linaro.org, patches@linaro.org, lenb@kernel.org, linux-pm@vger.kernel.org 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> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360017883-9544-1-git-send-email-daniel.lezcano@linaro.org> References: <1360017883-9544-1-git-send-email-daniel.lezcano@linaro.org> X-Gm-Message-State: ALoCoQkkygXodVOPZmnNZ4UgEWdh6XpmtZKlyu5Kwtn+Hsym3gc/54DWuENAcOYZXom6AG2QQZJ1 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: "