diff options
author | Leela Krishna Amudala <l.krishna@samsung.com> | 2012-08-08 09:44:49 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-08-08 09:44:49 +0900 |
commit | 5a213a55c6d39fd24eaba4610dac21444090a365 (patch) | |
tree | d343c4c96c9dd52f7e5794ad77fc2535a7179539 /arch/arm/mach-exynos/mach-origen.c | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) | |
download | blackbird-op-linux-5a213a55c6d39fd24eaba4610dac21444090a365.tar.gz blackbird-op-linux-5a213a55c6d39fd24eaba4610dac21444090a365.zip |
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-exynos/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 5ca80307d6d7..4e245f1b29a2 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -29,9 +29,9 @@ #include <asm/mach-types.h> #include <video/platform_lcd.h> +#include <video/samsung_fimd.h> #include <plat/regs-serial.h> -#include <plat/regs-fb-v4.h> #include <plat/cpu.h> #include <plat/devs.h> #include <plat/sdhci.h> |