Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / compaq / deskpro_en_sff_p600 / romstage.c
index 0f317809b736685f3ac3c8e141ed0dfd3b9a31cb..718c096976bc311ad46f0503db7d3674dd0a536c 100644 (file)
@@ -38,9 +38,6 @@
 /* FIXME: This should be PC97307 (but it's buggy at the moment)! */
 #define SERIAL_DEV PNP_DEV(0x15c, PC97317_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);