summaryrefslogtreecommitdiff
path: root/drivers/video/exynos/exynos_dp_lowlevel.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-22 07:08:59 +0300
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 07:25:18 +0300
commit21f8f9bb084e276c490454c401fc23dc42c536bc (patch)
tree469eca82b6f16f6ce9bfee8ee5b9c14b6c063425 /drivers/video/exynos/exynos_dp_lowlevel.h
parentf948f5de94822a372d01e0903b4fe8c682d230e4 (diff)
downloadu-boot-21f8f9bb084e276c490454c401fc23dc42c536bc.tar.xz
exynos: video: Rename edp_device_info to exynos_dp_priv
Rename this function to better fit with driver model. It is the private data for the exynos EDP driver. 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/exynos/exynos_dp_lowlevel.h')
-rw-r--r--drivers/video/exynos/exynos_dp_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp_lowlevel.h b/drivers/video/exynos/exynos_dp_lowlevel.h
index 85459b5386..0a7657ed70 100644
--- a/drivers/video/exynos/exynos_dp_lowlevel.h
+++ b/drivers/video/exynos/exynos_dp_lowlevel.h
@@ -74,7 +74,7 @@ void exynos_dp_config_video_slave_mode(struct exynos_dp *dp_regs,
void exynos_dp_set_video_color_format(struct exynos_dp *dp_regs,
struct edp_video_info *video_info);
int exynos_dp_config_video_bist(struct exynos_dp *dp_regs,
- struct edp_device_info *edp_info);
+ struct exynos_dp_priv *edp_info);
unsigned int exynos_dp_is_slave_video_stream_clock_on(
struct exynos_dp *dp_regs);
void exynos_dp_set_video_cr_mn(struct exynos_dp *dp_regs, unsigned int type,