From patchwork Fri Apr 11 10:40:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3967621 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 555B1BFF02 for ; Fri, 11 Apr 2014 10:40:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7A5C7207F3 for ; Fri, 11 Apr 2014 10:40:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BBDC207EF for ; Fri, 11 Apr 2014 10:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755388AbaDKKkZ (ORCPT ); Fri, 11 Apr 2014 06:40:25 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:41745 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756804AbaDKKkX (ORCPT ); Fri, 11 Apr 2014 06:40:23 -0400 Received: by mail-wi0-f180.google.com with SMTP id q5so765339wiv.7 for ; Fri, 11 Apr 2014 03:40:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/k2ms1pOYQdtBNU9zV8RuAXQOJMADggTbC1HWAqo4M0=; b=GtQ//xlkaaBlIX2obBzocSc2J2s5ksGw8nBf720q7qRtTPeUzSXpoFxzddIfVYL1TI szCK5gFcnvATFuv6yeTrr3q6Gu4fpXsO774zmOcyW0nlmKA8xOaMxP/4WLyq0fMQXYCH 7E7tgOJVSQgVEN1fK3NEfyrl2fB4MDGqvpm1MIUJ4398s8jl2gSWfzKlVMltRsxD5CCB t0HMxJY2B0jkwmw1npitcSjshFB500hRsNOeEeWX4fAQ6QJVJwe4biFmT7WSsWGZkt4B kPeRG2aSxO0j6sEVCgud/Gt1HBz8ItrKcpyB2ySMd8pL8Zui6o3qasWyozDN1IrAbbDw UjAQ== X-Gm-Message-State: ALoCoQlwv25m7YC7TUxoyTIcwlWlJDKpfPZgcZzIPvF6fj+dYRjRf6QUaY68knBeR4NZPW7bLe0e X-Received: by 10.194.77.50 with SMTP id p18mr1339581wjw.68.1397212822753; Fri, 11 Apr 2014 03:40:22 -0700 (PDT) Received: from localhost.localdomain (AToulouse-654-1-377-242.w86-199.abo.wanadoo.fr. [86.199.232.242]) by mx.google.com with ESMTPSA id eq8sm3683033wib.16.2014.04.11.03.40.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Apr 2014 03:40:22 -0700 (PDT) From: Daniel Lezcano To: kgene.kim@samsung.com Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, t.figa@samsung.com, linaro-kernel@lists.linaro.org, rjw@rjwysocki.net Subject: [PATCH V5 19/20] ARM: exynos: cpuidle: Cleanup all unneeded headers from cpuidle.c Date: Fri, 11 Apr 2014 12:40:14 +0200 Message-Id: <1397212815-16068-20-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1397212815-16068-1-git-send-email-daniel.lezcano@linaro.org> References: <1397212815-16068-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Daniel Lezcano --- arch/arm/mach-exynos/cpuidle.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index 1d1222e..1d09ebd 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c @@ -8,25 +8,15 @@ * published by the Free Software Foundation. */ -#include -#include #include #include -#include #include -#include #include #include #include -#include #include -#include -#include - -#include - static void (*exynos_enter_aftr)(void); static int idle_finisher(unsigned long flags)