From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: [PATCH 4/4] ARM: exynos: cpuidle: Remove useless headers Date: Thu, 18 Jul 2013 14:54:30 +0200 Message-ID: <1374152070-21008-4-git-send-email-daniel.lezcano@linaro.org> References: <1374152070-21008-1-git-send-email-daniel.lezcano@linaro.org> Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:40831 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754440Ab3GRMyk (ORCPT ); Thu, 18 Jul 2013 08:54:40 -0400 Received: by mail-wi0-f174.google.com with SMTP id k10so6591878wiv.13 for ; Thu, 18 Jul 2013 05:54:39 -0700 (PDT) In-Reply-To: <1374152070-21008-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: kgene.kim@samsung.com, rjw@sisk.pl Cc: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org The headers: #include #include #include #include are not needed. Removed them. Signed-off-by: Daniel Lezcano --- arch/arm/mach-exynos/cpuidle.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index 8d06128..027f5e7 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c @@ -8,18 +8,14 @@ * published by the Free Software Foundation. */ -#include #include #include #include #include -#include -#include #include #include #include -#include #include #include #include -- 1.7.9.5