From 420593e74dc1a287b342e9fb8746718b0e4ad007 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Tue, 31 Mar 2009 14:11:19 +0000 Subject: This fixes a shadowed declaration in multiboot.c. Signed-off-by: Robert Millan Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/boot/multiboot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/arch/i386/boot/multiboot.c b/src/arch/i386/boot/multiboot.c index d331193416..1f60ab143b 100644 --- a/src/arch/i386/boot/multiboot.c +++ b/src/arch/i386/boot/multiboot.c @@ -78,10 +78,8 @@ unsigned long write_multiboot_info( unsigned long low_table_start, unsigned long low_table_end, unsigned long rom_table_start, unsigned long rom_table_end) { - struct multiboot_info *mbi; int i; - mbi = (struct multiboot_info *)rom_table_end; memset(mbi, 0, sizeof(*mbi)); rom_table_end += sizeof(*mbi); -- cgit v1.2.3