X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fgigabyte%2Fga-6bxe%2Fromstage.c;h=31af09e62cd2abf05495ded00710be19fdb5da33;hb=4028ce7b768c9b33e4b0b1af20eede9968359071;hp=b93b87f0e78a06e7058ce9d2620ae424121639bf;hpb=7f20d73eba22babbc5bf9efd8df8a3e9d3a117c7;p=coreboot.git diff --git a/src/mainboard/gigabyte/ga-6bxe/romstage.c b/src/mainboard/gigabyte/ga-6bxe/romstage.c index b93b87f0e..31af09e62 100644 --- a/src/mainboard/gigabyte/ga-6bxe/romstage.c +++ b/src/mainboard/gigabyte/ga-6bxe/romstage.c @@ -38,9 +38,6 @@ static 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);