From 9493bfbda81391fe37c7671d81fb7261e9df0405 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 5 Mar 2010 19:12:34 +0000 Subject: Remove redundant run_bios prototype. Trivial. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5192 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/x86emu/x86.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/x86emu/x86.c b/util/x86emu/x86.c index 0690b71681..2ce5b4534d 100644 --- a/util/x86emu/x86.c +++ b/util/x86emu/x86.c @@ -32,7 +32,6 @@ struct realmode_idt { }; void x86_exception(struct eregs *info); -void run_bios(struct device *dev, unsigned long addr); extern unsigned char __idt_handler, __idt_handler_size; extern unsigned char __realmode_code, __realmode_code_size; -- cgit v1.2.3