All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Jingoo Han' <jg1.han@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file
Date: Thu, 26 Sep 2013 13:45:27 +0900	[thread overview]
Message-ID: <02c301ceba73$38f44120$aadcc360$@org> (raw)
In-Reply-To: <000001ceb2b9$e1936430$a4ba2c90$%han@samsung.com>

Jingoo Han wrote:
> 
> mach-exynos{4,5}-dt.c include several header files that are not
> really used.
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
>  arch/arm/mach-exynos/mach-exynos4-dt.c |    4 ----
>  arch/arm/mach-exynos/mach-exynos5-dt.c |    4 ----
>  2 files changed, 8 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-
> exynos/mach-exynos4-dt.c
> index 0099c6c..3fc338f 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -11,12 +11,8 @@
>   * published by the Free Software Foundation.
>  */
> 
> -#include <linux/kernel.h>
>  #include <linux/of_platform.h>
>  #include <linux/of_fdt.h>
> -#include <linux/serial_core.h>
> -#include <linux/memblock.h>
> -#include <linux/clocksource.h>
> 
>  #include <asm/mach/arch.h>
>  #include <plat/mfc.h>
> diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-
> exynos/mach-exynos5-dt.c
> index f874b77..217e84f 100644
> --- a/arch/arm/mach-exynos/mach-exynos5-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
> @@ -11,14 +11,10 @@
> 
>  #include <linux/of_platform.h>
>  #include <linux/of_fdt.h>
> -#include <linux/memblock.h>
>  #include <linux/io.h>
> -#include <linux/clocksource.h>
> 
>  #include <asm/mach/arch.h>
>  #include <mach/regs-pmu.h>
> -
> -#include <plat/cpu.h>
>  #include <plat/mfc.h>
> 
>  #include "common.h"
> --
> 1.7.10.4

Looks good to me, applied.

Thanks,
Kukjin

      reply	other threads:[~2013-09-26  4:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-16  8:51 [PATCH] ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file Jingoo Han
2013-09-26  4:45 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='02c301ceba73$38f44120$aadcc360$@org' \
    --to=kgene@kernel.org \
    --cc=jg1.han@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.