diff options
author | Kukjin Kim <kgene@kernel.org> | 2015-07-29 19:00:36 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-29 19:00:36 +0200 |
commit | 4a7bf56f7f98fee929c74dd579fa19529712974d (patch) | |
tree | 12b2553d7a1d76f53885a2642978de0abce3db82 /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | ARM: SAMSUNG: local ata-core header in mach-s3c64xx (diff) | |
download | linux-4a7bf56f7f98fee929c74dd579fa19529712974d.tar.xz 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/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index b7447a92276e..d590b88bd8a8 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c @@ -68,9 +68,9 @@ #include <plat/adc.h> #include <linux/platform_data/touchscreen-s3c2410.h> #include <plat/keypad.h> -#include <plat/backlight.h> #include <plat/samsung-time.h> +#include "backlight.h" #include "common.h" #include "regs-modem.h" #include "regs-srom.h" |