Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / gigabyte / ga-6bxc / romstage.c
index 17bf59d03aa693b3451c036d6149684e4528484e..f4ed6fa89d0e0bd123bf977566a9c59294a090c7 100644 (file)
@@ -37,9 +37,6 @@ void it8671f_48mhz_clkin(void);
 
 #define SERIAL_DEV PNP_DEV(0x3f0, IT8671F_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);