x86: Remove video_init() prototype from u-boot-x86.h
authorSimon Glass <sjg@chromium.org>
Sat, 3 Nov 2012 11:41:41 +0000 (11:41 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:44 +0000 (14:30 -0800)
commita94e9d70e3c6008f4d233bf5613c30f874c3f092
tree6115d58f924eee4cba1962b0d0eb28dc5cbe5f0e
parentae63057446b8bb45c37a6ea4e5db162ba4f25c78
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>
arch/x86/include/asm/u-boot-x86.h