commit | a94e9d70e3c6008f4d233bf5613c30f874c3f092 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 03 11:41:41 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 06 14:30:44 2012 -0800 |
tree | 6115d58f924eee4cba1962b0d0eb28dc5cbe5f0e | |
parent | ae63057446b8bb45c37a6ea4e5db162ba4f25c78 [diff] |
x86: Remove video_init() prototype from u-boot-x86.h This function is not intended to be exported from the video drivers, so remove the prototype. This fixes an error: cfb_console.c:1793:12: error: static declaration of 'video_init' follows non-static declaration Signed-off-by: Simon Glass <sjg@chromium.org>