Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / via / epia-cn / romstage.c
index 45df349cbcc3b620fd9edbf80a7188c5c1747d23..2292b0a5ae28e0e8740eff5871c6934861abba63 100644 (file)
@@ -34,6 +34,7 @@
 #include "lib/delay.c"
 #include "southbridge/via/vt8237r/vt8237r_early_smbus.c"
 #include "southbridge/via/vt8235/vt8235_early_serial.c"
+#include <spd.h>
 
 static inline int spd_read_byte(unsigned device, unsigned address)
 {
@@ -104,4 +105,3 @@ void main(unsigned long bist)
 
        print_spew("Leaving romstage.c:main()\n");
 }
-