X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fa-trend%2Fatc-6220%2Fromstage.c;h=327a13ca523473877db2aa2b5bb697cef408d9ce;hb=4028ce7b768c9b33e4b0b1af20eede9968359071;hp=cf44109e065a209509af0f83dbfbd8c83b5aa790;hpb=7f20d73eba22babbc5bf9efd8df8a3e9d3a117c7;p=coreboot.git diff --git a/src/mainboard/a-trend/atc-6220/romstage.c b/src/mainboard/a-trend/atc-6220/romstage.c index cf44109e0..327a13ca5 100644 --- a/src/mainboard/a-trend/atc-6220/romstage.c +++ b/src/mainboard/a-trend/atc-6220/romstage.c @@ -36,9 +36,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);