From patchwork Sat Feb 9 01:08:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 2119551 X-Patchwork-Delegate: lenb@kernel.org Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 0B665DFE86 for ; Sat, 9 Feb 2013 01:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947575Ab3BIBLt (ORCPT ); Fri, 8 Feb 2013 20:11:49 -0500 Received: from mail-vb0-f50.google.com ([209.85.212.50]:37870 "EHLO mail-vb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947601Ab3BIBIl (ORCPT ); Fri, 8 Feb 2013 20:08:41 -0500 Received: by mail-vb0-f50.google.com with SMTP id ft2so2725964vbb.9 for ; Fri, 08 Feb 2013 17:08:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:reply-to:organization; bh=LPidLJBYs40UZOkAnRwuVscQZviOUH8OZlt6LmWYzjw=; b=lhed6Hpc1pw3VZp1v7Bw3WayhBNrky3IVCtz/WPgNr6m0wirhAp5LE2Gt0h6kRSg7E kB+4O6+3OFsNWzagE4wvqyOR7XZZmrq0yuf1RPD4Dkj04vPz/KmXXXDtJi62eOKgVFgE 2bytZCS1SWHMCNEcyBXYL2GPYN8Sc4xA0Arr16Zed7IpbvcIJZS0xUPhNkua3XXqhh4Z ++7M6OPUhUmmJbf1hNDyBrEGRIZWYqoEb4dbd6ST61cmbr4SdQWX187eSAAYEqxIkfPA 3bHc/aZ7L9vbqsMdL3OiuGhTrLxN9tZRd2BrKm/HBphTiSxGSLWqocmkD38tITCTVpjT D0+A== X-Received: by 10.52.22.194 with SMTP id g2mr8255971vdf.91.1360372120335; Fri, 08 Feb 2013 17:08:40 -0800 (PST) Received: from x980.localdomain6 (pool-108-7-58-246.bstnma.fios.verizon.net. [108.7.58.246]) by mx.google.com with ESMTPS id e8sm5806990vdt.7.2013.02.08.17.08.38 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 08 Feb 2013 17:08:39 -0800 (PST) From: Len Brown To: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Daniel Lezcano , Len Brown Subject: [PATCH 07/16] ACPI / idle : remove pointless headers Date: Fri, 8 Feb 2013 20:08:11 -0500 Message-Id: X-Mailer: git-send-email 1.8.1.3.535.ga923c31 In-Reply-To: <1360372100-28482-1-git-send-email-lenb@kernel.org> References: <1360372100-28482-1-git-send-email-lenb@kernel.org> In-Reply-To: References: Reply-To: Len Brown Organization: Intel Open Source Technology Center Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Daniel Lezcano These different headers are not needed. Signed-off-by: Daniel Lezcano Signed-off-by: Len Brown --- 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: "