Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: SAMSUNG: remove duplicated header include

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>

authored by

Jingoo Han and committed by
Kukjin Kim
d7a4c45e 5611cc45

-1
-1
arch/arm/plat-samsung/dev-backlight.c
··· 15 15 #include <linux/slab.h> 16 16 #include <linux/io.h> 17 17 #include <linux/pwm_backlight.h> 18 - #include <linux/slab.h> 19 18 20 19 #include <plat/devs.h> 21 20 #include <plat/gpio-cfg.h>