Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / asus / p2b-d / romstage.c
index a4abad4d09c0041738b273777f395061603a8f4b..ae09d8b8af7d44a505b8230c1e7b48da967ad2cf 100644 (file)
@@ -37,9 +37,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);