summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/dev-backlight.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene@kernel.org>2015-07-30 02:00:36 +0900
committerKukjin Kim <kgene@kernel.org>2015-07-30 02:00:36 +0900
commit4a7bf56f7f98fee929c74dd579fa19529712974d (patch)
tree12b2553d7a1d76f53885a2642978de0abce3db82 /arch/arm/mach-s3c64xx/dev-backlight.c
parente979b1a9b47dbe56fa7543bde3dc093231c1eb6e (diff)
downloadblackbird-obmc-linux-4a7bf56f7f98fee929c74dd579fa19529712974d.tar.gz
blackbird-obmc-linux-4a7bf56f7f98fee929c74dd579fa19529712974d.zip
ARM: SAMSUNG: local backlight header in mach-s3c64xx
This patch moves backlight header file into mach-s3c64xx. Because it is not used for others except mach-s3c64xx. Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/dev-backlight.c')
-rw-r--r--arch/arm/mach-s3c64xx/dev-backlight.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/dev-backlight.c b/arch/arm/mach-s3c64xx/dev-backlight.c
index 62f4648830b5..38c323e68e3f 100644
--- a/arch/arm/mach-s3c64xx/dev-backlight.c
+++ b/arch/arm/mach-s3c64xx/dev-backlight.c
@@ -17,7 +17,8 @@
#include <plat/devs.h>
#include <plat/gpio-cfg.h>
-#include <plat/backlight.h>
+
+#include "backlight.h"
struct samsung_bl_drvdata {
struct platform_pwm_backlight_data plat_data;
OpenPOWER on IntegriCloud