aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-d/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p2b-d/romstage.c')
-rw-r--r--src/mainboard/asus/p2b-d/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asus/p2b-d/romstage.c b/src/mainboard/asus/p2b-d/romstage.c
index a4abad4d09..ae09d8b8af 100644
--- a/src/mainboard/asus/p2b-d/romstage.c
+++ b/src/mainboard/asus/p2b-d/romstage.c
@@ -37,9 +37,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);