diff options
author | Simon Glass | 2016-02-21 21:08:38 -0700 |
---|---|---|
committer | Minkyu Kang | 2016-05-25 13:25:17 +0900 |
commit | 08a7aa1e5be7059d680fedf0a885655a895f638e (patch) | |
tree | 3b1733f38c22bcce74ae9de3e816841dd48707e2 /drivers/video/s6e8ax0.c | |
parent | 6c15a2a996214574e8145bff69d110a302edf277 (diff) |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/s6e8ax0.c b/drivers/video/s6e8ax0.c index 84948177e23..1bd49eef808 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) { |