summaryrefslogtreecommitdiff
path: root/board/mpl
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:54 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:54 (GMT)
commit0a6eac842ea288411309cebdc4e72ff59ea6c5ee (patch)
tree9acdd215dd13ce6a8c4c9d82a0cdd5e15f65e8bc /board/mpl
parentfbda683292da37690d9729561a18ccfa51491235 (diff)
downloadu-boot-fsl-qoriq-0a6eac842ea288411309cebdc4e72ff59ea6c5ee.tar.xz
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/mpl')
-rw-r--r--board/mpl/common/common_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c
index 3c110fa..a6edb6d 100644
--- a/board/mpl/common/common_util.c
+++ b/board/mpl/common/common_util.c
@@ -15,6 +15,7 @@
#include <pci.h>
#include <malloc.h>
#include <bzlib.h>
+#include <video.h>
#ifdef CONFIG_PIP405
#include "../pip405/pip405.h"