Adding Marek<br><br>
<div class="gmail_quote">On Mon, Jul 30, 2012 at 2:15 PM, Leela Krishna Amudala <span dir="ltr"><<a href="mailto:l.krishna@samsung.com" target="_blank">l.krishna@samsung.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">The fimd register headers have been moved to include/video/<br>hence, modifying the driver files accordingly.<br>

<br>Signed-off-by: Leela Krishna Amudala <<a href="mailto:l.krishna@samsung.com">l.krishna@samsung.com</a>><br>---<br> drivers/gpu/drm/exynos/exynos_drm_fimd.c |    2 +-<br> drivers/video/s3c-fb.c                   |    2 +-<br>

 2 files changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c<br>index 29fdbfe..8da90f9 100644<br>--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c<br>

+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c<br>@@ -20,7 +20,7 @@<br> #include <linux/pm_runtime.h><br><br> #include <drm/exynos_drm.h><br>-#include <plat/regs-fb-v4.h><br>+#include <video/samsung_fimd.h><br>

<br> #include "exynos_drm_drv.h"<br> #include "exynos_drm_fbdev.h"<br>diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c<br>index 69bf9d0..1226fdd 100644<br>--- a/drivers/video/s3c-fb.c<br>+++ b/drivers/video/s3c-fb.c<br>

@@ -26,7 +26,7 @@<br> #include <linux/pm_runtime.h><br><br> #include <mach/map.h><br>-#include <plat/regs-fb-v4.h><br>+#include <video/samsung_fimd.h><br> #include <plat/fb.h><br><br> /* This driver will export a number of framebuffer interfaces depending<br>

<span class="HOEnZb"><font color="#888888">--<br>1.7.0.4<br><br>--<br>To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in<br>the body of a message to <a href="mailto:majordomo@vger.kernel.org">majordomo@vger.kernel.org</a><br>

More majordomo info at  <a href="http://vger.kernel.org/majordomo-info.html" target="_blank">http://vger.kernel.org/majordomo-info.html</a><br></font></span></blockquote></div><br>