Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / mitac / 6513wu / romstage.c
index a46e5673f8b7d6f93afdfc7b66d81935b1e76610..d0cdc178be96d0a6381e47ba2d9a8b9b837d5511 100644 (file)
@@ -35,9 +35,6 @@
 
 #define SERIAL_DEV PNP_DEV(0x4e, SMSCSUPERIO_SP1)
 
-void enable_smbus(void);
-int smbus_read_byte(u8 device, u8 address);
-
 void main(unsigned long bist)
 {
        smscsuperio_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);