Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / intel / d945gclf / romstage.c
index 8d155d1662a58263bb2c9cd7d3079e5790b6cbc3..8b02163ab89481022fa318ed77ac50007c824442 100644 (file)
@@ -39,8 +39,6 @@
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627THG_SP1)
 
-void enable_smbus(void);
-
 void setup_ich7_gpios(void)
 {
        /* TODO: This is highly board specific and should be moved */
@@ -201,9 +199,8 @@ void main(unsigned long bist)
        u32 reg32;
        int boot_mode = 0;
 
-       if (bist == 0) {
+       if (bist == 0)
                enable_lapic();
-       }
 
        ich7_enable_lpc();
        early_superio_config_lpc47m15x();