"no warnings day"
[coreboot.git] / src / mainboard / via / epia-m / mainboard.c
index 0fe49fc46f83285db3678669ad2eaab86d95e122..43e11d30ba0e0335b6029d1476dabcc532554620 100644 (file)
@@ -7,9 +7,6 @@
 #include "chip.h"
 #include "vgachip.h"
 
-void vga_enable_console();
-
-
 static void vga_fixup(void) {
         // we do this right here because:
         // - all the hardware is working, and some VGA bioses seem to need
@@ -22,8 +19,6 @@ static void vga_fixup(void) {
         do_vgabios();
         post_code(0x93);
        vga_enable_console();
-
-
 }
  
 void write_protect_vgabios(void)