mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
ae63057446
commit
a94e9d70e3
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ u32 isa_map_rom(u32 bus_addr, int size);
|
|||
|
||||
/* arch/x86/lib/... */
|
||||
int video_bios_init(void);
|
||||
int video_init(void);
|
||||
|
||||
void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
|
||||
void board_init_f_r(void) __attribute__ ((noreturn));
|
||||
|
|
Loading…
Reference in a new issue