diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:54 -0400 |
commit | 0a6eac842ea288411309cebdc4e72ff59ea6c5ee (patch) | |
tree | 9acdd215dd13ce6a8c4c9d82a0cdd5e15f65e8bc /board/mosaixtech | |
parent | fbda683292da37690d9729561a18ccfa51491235 (diff) | |
download | u-boot-0a6eac842ea288411309cebdc4e72ff59ea6c5ee.tar.gz |
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/mosaixtech')
-rw-r--r-- | board/mosaixtech/icon/icon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mosaixtech/icon/icon.c b/board/mosaixtech/icon/icon.c index 1795464d86..7558234abf 100644 --- a/board/mosaixtech/icon/icon.c +++ b/board/mosaixtech/icon/icon.c @@ -11,6 +11,7 @@ #include <libfdt.h> #include <fdt_support.h> #include <netdev.h> +#include <video.h> #include <asm/processor.h> #include <asm/io.h> #include <asm/ppc4xx-gpio.h> |