summaryrefslogtreecommitdiff
path: root/src/mainboard/a-trend
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/a-trend')
-rw-r--r--src/mainboard/a-trend/atc-6220/romstage.c3
-rw-r--r--src/mainboard/a-trend/atc-6240/romstage.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/a-trend/atc-6220/romstage.c b/src/mainboard/a-trend/atc-6220/romstage.c
index cf44109e06..327a13ca52 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);
diff --git a/src/mainboard/a-trend/atc-6240/romstage.c b/src/mainboard/a-trend/atc-6240/romstage.c
index cddaffb41c..a15dc4be98 100644
--- a/src/mainboard/a-trend/atc-6240/romstage.c
+++ b/src/mainboard/a-trend/atc-6240/romstage.c
@@ -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);