Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / abit / be6-ii_v2_0 / romstage.c
index 101b1f06fb9b42b70128dd302e5a2f53a4310006..4b05e63cf0f1046f408364e6d5418e7e452e725e 100644 (file)
@@ -38,9 +38,6 @@
 /* FIXME: It's a Winbond W83977EF, actually. */
 #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);