Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / asus / m2v / romstage.c
index 59b6c45bfc484b3d84f9263ef2fc2db8deac06d0..d56ca9ce11f062f6f2647f7c7f7078d4883f42dd 100644 (file)
@@ -56,19 +56,14 @@ unsigned int get_sbdn(unsigned bus);
 
 #define IT8712F_GPIO_BASE              0x0a20
 
-static void memreset(int controllers, const struct mem_controller *ctrl)
-{
-}
+static void memreset(int controllers, const struct mem_controller *ctrl) { }
+static void activate_spd_rom(const struct mem_controller *ctrl) { }
 
 static inline int spd_read_byte(unsigned device, unsigned address)
 {
        return smbus_read_byte(device, address);
 }
 
-static void activate_spd_rom(const struct mem_controller *ctrl)
-{
-}
-
 // defines S3_NVRAM_EARLY:
 #include "southbridge/via/k8t890/k8t890_early_car.c"
 #include "northbridge/amd/amdk8/amdk8.h"