Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / a-trend / atc-6240 / romstage.c
index cddaffb41cf268daedb7b5c1df1e14684fdbaa78..a15dc4be98bfba350892122844539471ff4cc84f 100644 (file)
@@ -36,9 +36,6 @@
 
 #define SERIAL_DEV PNP_DEV(0x3f0, W83627HF_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);