aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/compaq/deskpro_en_sff_p600/romstage.c')
-rw-r--r--src/mainboard/compaq/deskpro_en_sff_p600/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
index 0f317809b7..718c096976 100644
--- a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
+++ b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c
@@ -38,9 +38,6 @@
/* FIXME: This should be PC97307 (but it's buggy at the moment)! */
#define SERIAL_DEV PNP_DEV(0x15c, PC97317_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);