summaryrefslogtreecommitdiff
path: root/src/mainboard/iei/pm-lx-800-r11/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/iei/pm-lx-800-r11/romstage.c')
-rw-r--r--src/mainboard/iei/pm-lx-800-r11/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iei/pm-lx-800-r11/romstage.c b/src/mainboard/iei/pm-lx-800-r11/romstage.c
index b5d8cda21e..46b5ed6730 100644
--- a/src/mainboard/iei/pm-lx-800-r11/romstage.c
+++ b/src/mainboard/iei/pm-lx-800-r11/romstage.c
@@ -37,7 +37,7 @@
#define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-static inline int spd_read_byte(unsigned int device, unsigned int address)
+int spd_read_byte(unsigned int device, unsigned int address)
{
/* Only DIMM0 is available. */
if (device != DIMM0)