dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jingoo Han 2011-12-08 10:07:53 +09:00 committed by Kukjin Kim
parent 5611cc4572
commit d7a4c45ec2
1 changed files with 0 additions and 1 deletions

View File

@ -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>