From a7b99204a09c9451d661e0d94cdafa4677a229de Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 5 Dec 2014 18:12:22 +0100 Subject: exynos5420: fix compilation without parade video Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. As a side-effect move the parade functions from the exynos system header file to its own file. Signed-off-by: Sjoerd Simons Signed-off-by: Minkyu Kang --- board/samsung/smdk5420/smdk5420.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/samsung') diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c index a691222b8b..55f0ea255b 100644 --- a/board/samsung/smdk5420/smdk5420.c +++ b/board/samsung/smdk5420/smdk5420.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1