summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-03 11:41:41 +0000
committerSimon Glass <sjg@chromium.org>2012-12-06 14:30:44 -0800
commita94e9d70e3c6008f4d233bf5613c30f874c3f092 (patch)
tree6115d58f924eee4cba1962b0d0eb28dc5cbe5f0e /arch
parentae63057446b8bb45c37a6ea4e5db162ba4f25c78 (diff)
downloadtalos-obmc-uboot-a94e9d70e3c6008f4d233bf5613c30f874c3f092.tar.gz
talos-obmc-uboot-a94e9d70e3c6008f4d233bf5613c30f874c3f092.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index 11be5c35b5..99062e5955 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -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));
OpenPOWER on IntegriCloud