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 <[email protected]> Acked-by: Myles Watson <[email protected]> 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; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

