Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / iei / nova4899r / romstage.c
index 0873450b9d9c715199337e4646cc782c9a59633c..72f35aae3f1abe20042eb7b87b1170139e9a88ee 100644 (file)
@@ -24,8 +24,7 @@
 #include <device/pnp_def.h>
 #include <arch/romcc_io.h>
 #include <arch/hlt.h>
-#include "pc80/serial.c"
-#include "console/console.c"
+#include <console/console.h>
 #include "lib/ramtest.c"
 #include "superio/winbond/w83977tf/w83977tf_early_serial.c"
 #include "southbridge/amd/cs5530/cs5530_enable_rom.c"
@@ -53,4 +52,3 @@ static void main(unsigned long bist)
        /* Check RAM. */
        /* ram_check(0x00000000, 640 * 1024); */
 }
-