Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / digitallogic / msm586seg / romstage.c
index d54f1463b4ab0aaf3652899907cfa2eeda6c2d13..4e6462d1e4b0efca2d7052082f314cdb252ed2d8 100644 (file)
@@ -42,10 +42,7 @@ struct mem_controller {
        int i;
 };
 
-static inline int spd_read_byte(unsigned device, unsigned address)
-{
-//     return smbus_read_byte(device, address);
-}
+static int spd_read_byte(unsigned device, unsigned address) { }
 
 static inline void dumpmem(void){
   int i, j;