diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-21 21:08:42 -0700 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-25 13:25:17 +0900 |
commit | 162fa53c8d3c2f832d791d0bb7a72fec1562fba4 (patch) | |
tree | d340234381c3b4e245e99f4cd81e4933c864317b /include/exynos_lcd.h | |
parent | 40d500212f74c92ef014ae8df697416e160ee743 (diff) | |
download | u-boot-162fa53c8d3c2f832d791d0bb7a72fec1562fba4.tar.gz |
exynos: video: Drop static variables in exynos_fimd.c
Drop these and use parameters instead.
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 'include/exynos_lcd.h')
-rw-r--r-- | include/exynos_lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exynos_lcd.h b/include/exynos_lcd.h index e1769f09d1..1f6c6c75a2 100644 --- a/include/exynos_lcd.h +++ b/include/exynos_lcd.h @@ -75,6 +75,7 @@ typedef struct vidinfo { unsigned int sclk_div; unsigned int dual_lcd_enabled; + struct exynos_fb *fimd_ctrl; } vidinfo_t; #endif |