summaryrefslogtreecommitdiff
path: root/board/liebherr
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-17 20:12:54 -0600
committerTom Rini <trini@konsulko.com>2016-10-23 18:33:54 -0400
commit0a6eac842ea288411309cebdc4e72ff59ea6c5ee (patch)
tree9acdd215dd13ce6a8c4c9d82a0cdd5e15f65e8bc /board/liebherr
parentfbda683292da37690d9729561a18ccfa51491235 (diff)
downloadu-boot-imx-0a6eac842ea288411309cebdc4e72ff59ea6c5ee.zip
u-boot-imx-0a6eac842ea288411309cebdc4e72ff59ea6c5ee.tar.gz
u-boot-imx-0a6eac842ea288411309cebdc4e72ff59ea6c5ee.tar.bz2
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/liebherr')
-rw-r--r--board/liebherr/lwmon5/lwmon5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/lwmon5/lwmon5.c b/board/liebherr/lwmon5/lwmon5.c
index 8ad6712..bb99a3b 100644
--- a/board/liebherr/lwmon5/lwmon5.c
+++ b/board/liebherr/lwmon5/lwmon5.c
@@ -13,6 +13,7 @@
#include <asm/io.h>
#include <post.h>
#include <flash.h>
+#include <video.h>
#include <mtd/cfi_flash.h>
DECLARE_GLOBAL_DATA_PTR;