diff options
author | Kukjin Kim <kgene@kernel.org> | 2015-07-29 20:00:36 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-29 20:00:36 +0300 |
commit | 4a7bf56f7f98fee929c74dd579fa19529712974d (patch) | |
tree | 12b2553d7a1d76f53885a2642978de0abce3db82 /arch/arm/mach-s3c64xx/dev-backlight.c | |
parent | e979b1a9b47dbe56fa7543bde3dc093231c1eb6e (diff) | |
download | linux-4a7bf56f7f98fee929c74dd579fa19529712974d.tar.xz |
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.c | 3 |
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; |