From 0a6eac842ea288411309cebdc4e72ff59ea6c5ee Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:54 -0600 Subject: video: Move video_get_info_str() prototype to a header file This should be defined in a header file so that arguments are checked. Move it to video.h. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- board/mpl/common/common_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/mpl') diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c index 3c110fad155..a6edb6dbca0 100644 --- a/board/mpl/common/common_util.c +++ b/board/mpl/common/common_util.c @@ -15,6 +15,7 @@ #include #include #include +#include #ifdef CONFIG_PIP405 #include "../pip405/pip405.h" -- cgit v1.3.1