summaryrefslogtreecommitdiff
path: root/drivers/video/s6e8ax0.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-21 21:08:38 -0700
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 13:25:17 +0900
commit08a7aa1e5be7059d680fedf0a885655a895f638e (patch)
tree3b1733f38c22bcce74ae9de3e816841dd48707e2 /drivers/video/s6e8ax0.c
parent6c15a2a996214574e8145bff69d110a302edf277 (diff)
downloadu-boot-imx-08a7aa1e5be7059d680fedf0a885655a895f638e.zip
u-boot-imx-08a7aa1e5be7059d680fedf0a885655a895f638e.tar.gz
u-boot-imx-08a7aa1e5be7059d680fedf0a885655a895f638e.tar.bz2
exynos: video: Move driver files into their own directory
Move all the exynos video drivers into one place for ease of maintenance. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/video/s6e8ax0.c')
-rw-r--r--drivers/video/s6e8ax0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/s6e8ax0.c b/drivers/video/s6e8ax0.c
index 8494817..1bd49ee 100644
--- a/drivers/video/s6e8ax0.c
+++ b/drivers/video/s6e8ax0.c
@@ -9,8 +9,8 @@
#include <common.h>
#include <asm/arch/mipi_dsim.h>
-#include "exynos_mipi_dsi_lowlevel.h"
-#include "exynos_mipi_dsi_common.h"
+#include "exynos/exynos_mipi_dsi_lowlevel.h"
+#include "exynos/exynos_mipi_dsi_common.h"
static void s6e8ax0_panel_cond(struct mipi_dsim_device *dsim_dev)
{