Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / msi / ms6156 / romstage.c
index 630f313b1b7290167dcb2307db14e1d04038c806..04b25208b24e24e65595309f6d7091a831ce5c3b 100644 (file)
@@ -36,9 +36,6 @@
 
 #define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)
 
-void enable_smbus(void);
-int smbus_read_byte(u8 device, u8 address);
-
 int spd_read_byte(unsigned int device, unsigned int address)
 {
        return smbus_read_byte(device, address);