diff options
author | Leela Krishna Amudala <l.krishna@samsung.com> | 2012-08-07 20:44:49 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-08-07 20:44:49 -0400 |
commit | 5a213a55c6d39fd24eaba4610dac21444090a365 (patch) | |
tree | d343c4c96c9dd52f7e5794ad77fc2535a7179539 /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
include/video: move fimd register headers from platform to include/video
This patch moves the contents from regs-fb-v4.h and regs-fb.h to
include/video/samsung_fimd.h. Also updates the header inclusion in
machine files and driver files accordingly.
Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
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 0fe4f1503f4f..d1378d76e151 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | #include <video/platform_lcd.h> | 45 | #include <video/platform_lcd.h> |
46 | #include <video/samsung_fimd.h> | ||
46 | 47 | ||
47 | #include <asm/hardware/vic.h> | 48 | #include <asm/hardware/vic.h> |
48 | #include <asm/mach/arch.h> | 49 | #include <asm/mach/arch.h> |
@@ -72,7 +73,6 @@ | |||
72 | #include <plat/ts.h> | 73 | #include <plat/ts.h> |
73 | #include <plat/keypad.h> | 74 | #include <plat/keypad.h> |
74 | #include <plat/backlight.h> | 75 | #include <plat/backlight.h> |
75 | #include <plat/regs-fb-v4.h> | ||
76 | 76 | ||
77 | #include "common.h" | 77 | #include "common.h" |
78 | 78 | ||