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 /drivers/video/s3c-fb.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 'drivers/video/s3c-fb.c')
-rw-r--r-- | drivers/video/s3c-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 69bf9d07c237..901729e8bd93 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c | |||
@@ -25,8 +25,8 @@ | |||
25 | #include <linux/interrupt.h> | 25 | #include <linux/interrupt.h> |
26 | #include <linux/pm_runtime.h> | 26 | #include <linux/pm_runtime.h> |
27 | 27 | ||
28 | #include <video/samsung_fimd.h> | ||
28 | #include <mach/map.h> | 29 | #include <mach/map.h> |
29 | #include <plat/regs-fb-v4.h> | ||
30 | #include <plat/fb.h> | 30 | #include <plat/fb.h> |
31 | 31 | ||
32 | /* This driver will export a number of framebuffer interfaces depending | 32 | /* This driver will export a number of framebuffer interfaces depending |