diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2011-07-21 01:14:58 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-21 02:11:34 +0900 |
commit | 7bf3ba6b33c47c4171272253a0e4dd720a5b73a8 (patch) | |
tree | b75d7c9b4396b0b75ce608eb6815c1478eb9c8ef /arch/arm/mach-s5pv210/mach-smdkv210.c | |
parent | 1c4f6d48fc4818fc35b08eca5d8dac479afe2d9d (diff) | |
download | talos-op-linux-7bf3ba6b33c47c4171272253a0e4dd720a5b73a8.tar.gz talos-op-linux-7bf3ba6b33c47c4171272253a0e4dd720a5b73a8.zip |
ARM: S5PV210: Cleanup mach/regs-fb.h from mach-s5pv210
Use plat/regs-fb-v4.h in machine files instead of mach/regs-fb.h.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkv210.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index c4d9b7dd098e..ef20f922249d 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c @@ -29,7 +29,6 @@ #include <mach/map.h> #include <mach/regs-clock.h> -#include <mach/regs-fb.h> #include <plat/regs-serial.h> #include <plat/regs-srom.h> @@ -46,6 +45,7 @@ #include <plat/fb.h> #include <plat/s5p-time.h> #include <plat/backlight.h> +#include <plat/regs-fb-v4.h> /* Following are default values for UCON, ULCON and UFCON UART registers */ #define SMDKV210_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ |