Skip to content

Commit

Permalink
ARM: SAMSUNG: remove duplicated header include
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Jingoo Han authored and Kukjin Kim committed Dec 8, 2011
1 parent 5611cc4 commit d7a4c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-samsung/dev-backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d7a4c45

Please sign in to comment.