commit | 88ecb9be79b8ce3947c0f0a6ca922acf9e0a9849 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:12:54 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:33:54 2016 -0400 |
tree | 9acdd215dd13ce6a8c4c9d82a0cdd5e15f65e8bc | |
parent | 5a772353422ad57eb86027e7bf3bfa6ea046a300 [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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>