1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-19 01:22:09 +02:00
Files
u-boot-megous/arch/x86/include
Simon Glass a94e9d70e3 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>
2012-12-06 14:30:44 -08:00
..