diff options
Diffstat (limited to 'src/mainboard/jetway/j7f2')
-rw-r--r-- | src/mainboard/jetway/j7f2/romstage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/jetway/j7f2/romstage.c b/src/mainboard/jetway/j7f2/romstage.c index d479072223..393f5e6764 100644 --- a/src/mainboard/jetway/j7f2/romstage.c +++ b/src/mainboard/jetway/j7f2/romstage.c @@ -37,13 +37,11 @@ #define SERIAL_DEV PNP_DEV(0x2e, F71805F_SP1) #endif -static inline int spd_read_byte(unsigned device, unsigned address) +int spd_read_byte(unsigned device, unsigned address) { return smbus_read_byte(device, address); } -#include "northbridge/via/cn700/raminit.c" - static void enable_mainboard_devices(void) { pci_devfn_t dev; |