From patchwork Thu Apr 10 09:55:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3961431 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 CB503C0DA2 for ; Thu, 10 Apr 2014 09:56:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0BE4920630 for ; Thu, 10 Apr 2014 09:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 133A62062E for ; Thu, 10 Apr 2014 09:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965683AbaDJJ4K (ORCPT ); Thu, 10 Apr 2014 05:56:10 -0400 Received: from mail-we0-f180.google.com ([74.125.82.180]:33403 "EHLO mail-we0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965695AbaDJJ4B (ORCPT ); Thu, 10 Apr 2014 05:56:01 -0400 Received: by mail-we0-f180.google.com with SMTP id p61so3671812wes.39 for ; Thu, 10 Apr 2014 02:56:00 -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=FlmIOvCyWNiFojh9Y6fVhh+7kuTcoXenWm4WI5rcG/s=; b=Xc0s9ax+435+6pxGyFpW20tPSnEsbVYmf4wheffmBNLnlYCi+x+MV1z1YRL1wdaxtd R1pkeDVDhp9rEzIRKAvA8zTnxSHS/BvVNy/1IYY0DdxJVTWUqMcBsUaZ/rKu3G0J7m9p eroYS/WTTlu8M9i1vvz+uF2ZtA9zCR1QsnFFnZ30OItXSmjirms8grwu3n8LE302GBWE J/couG4scpKpiNGG0ch+ZaUumGH+twmeizeNGxjYMThlRAq3sg5gDx70yyQUXhIAlCJz 99mnRhj0svhy3Se5bzjT1n8SpCjNxyor94BghWyZc0Fa5oK/1KNCa8Mp8ibug5trjqHt HLTQ== X-Gm-Message-State: ALoCoQlZl34H6GRlBm7NWbuK59Tsm1zA23pNQT3kvDZMlFmA+cFiAgB/9bjO16DqnzzfTZgvEuXV X-Received: by 10.194.57.38 with SMTP id f6mr955607wjq.59.1397123760204; Thu, 10 Apr 2014 02:56:00 -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 hu7sm15690125wib.10.2014.04.10.02.55.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Apr 2014 02:55:59 -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, b.zolnierkie@samsung.com, sachin.kamat@linaro.org, viresh.kumar@linaro.org, rjw@rjwysocki.net Subject: [PATCH V4 19/20] ARM: exynos: cpuidle: Cleanup all unneeded headers from cpuidle.c Date: Thu, 10 Apr 2014 11:55:50 +0200 Message-Id: <1397123751-1957-20-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1397123751-1957-1-git-send-email-daniel.lezcano@linaro.org> References: <1397123751-1957-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.5 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 ef592ad..52ef229a 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)