[coreboot] [commit] r5192 - trunk/util/x86emu

repository service svn at coreboot.org
Fri Mar 5 20:12:34 CET 2010


Author: myles
Date: Fri Mar  5 20:12:34 2010
New Revision: 5192
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5192

Log:
Remove redundant run_bios prototype.  Trivial.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified:
   trunk/util/x86emu/x86.c

Modified: trunk/util/x86emu/x86.c
==============================================================================
--- trunk/util/x86emu/x86.c	Fri Mar  5 19:27:19 2010	(r5191)
+++ trunk/util/x86emu/x86.c	Fri Mar  5 20:12:34 2010	(r5192)
@@ -32,7 +32,6 @@
 };
 
 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;




More information about the coreboot mailing list