All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: remove duplicated header include
@ 2011-11-23  2:19 Jingoo Han
  2011-12-07  7:26 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2011-11-23  2:19 UTC (permalink / raw)
  To: linux-samsung-soc, kgene.kim; +Cc: banajit.g, jg1.han

This patch removes duplicated slab header for pwm backlight.
arch/arm/plat-samsung/dev-backlight.c: slab.h is included
more than once.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 arch/arm/plat-samsung/dev-backlight.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/dev-backlight.c b/arch/arm/plat-samsung/dev-backlight.c
index e657305..a976c02 100644
--- a/arch/arm/plat-samsung/dev-backlight.c
+++ b/arch/arm/plat-samsung/dev-backlight.c
@@ -15,7 +15,6 @@
 #include <linux/slab.h>
 #include <linux/io.h>
 #include <linux/pwm_backlight.h>
-#include <linux/slab.h>
 
 #include <plat/devs.h>
 #include <plat/gpio-cfg.h>
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] ARM: SAMSUNG: remove duplicated header include
  2011-11-23  2:19 [PATCH] ARM: SAMSUNG: remove duplicated header include Jingoo Han
@ 2011-12-07  7:26 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-12-07  7:26 UTC (permalink / raw)
  To: jg1.han, linux-samsung-soc; +Cc: banajit.g

Jingoo Han wrote:
> 
> This patch removes duplicated slab header for pwm backlight.
> arch/arm/plat-samsung/dev-backlight.c: slab.h is included
> more than once.
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
>  arch/arm/plat-samsung/dev-backlight.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-samsung/dev-backlight.c b/arch/arm/plat-
> samsung/dev-backlight.c
> index e657305..a976c02 100644
> --- a/arch/arm/plat-samsung/dev-backlight.c
> +++ b/arch/arm/plat-samsung/dev-backlight.c
> @@ -15,7 +15,6 @@
>  #include <linux/slab.h>
>  #include <linux/io.h>
>  #include <linux/pwm_backlight.h>
> -#include <linux/slab.h>
> 
>  #include <plat/devs.h>
>  #include <plat/gpio-cfg.h>
> --
> 1.7.1

Oops, ok. Will apply.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-07  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  2:19 [PATCH] ARM: SAMSUNG: remove duplicated header include Jingoo Han
2011-12-07  7:26 ` Kukjin Kim

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.