diff options
| author | Simon Glass <[email protected]> | 2016-10-17 20:12:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-23 18:33:54 -0400 |
| commit | 0a6eac842ea288411309cebdc4e72ff59ea6c5ee (patch) | |
| tree | 9acdd215dd13ce6a8c4c9d82a0cdd5e15f65e8bc /board/tqc | |
| parent | fbda683292da37690d9729561a18ccfa51491235 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/tqc')
| -rw-r--r-- | board/tqc/tqm5200/tqm5200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tqc/tqm5200/tqm5200.c b/board/tqc/tqm5200/tqm5200.c index 8b82c348a70..fef9d2b29a9 100644 --- a/board/tqc/tqm5200/tqm5200.c +++ b/board/tqc/tqm5200/tqm5200.c @@ -18,6 +18,7 @@ #include <asm/processor.h> #include <libfdt.h> #include <netdev.h> +#include <video.h> #ifdef CONFIG_VIDEO_SM501 #include <sm501.h> |
