Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / biostar / m6tba / romstage.c
index d341e4c8b5f00c6a26a34f86b0cb1502fad37bec..697d554076cf751ceb7eff0a5312e8fed8e18cd8 100644 (file)
@@ -36,9 +36,6 @@
 
 #define SERIAL_DEV PNP_DEV(0x3f0, SMSCSUPERIO_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);