X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fvia%2Fepia-cn%2Fromstage.c;h=2292b0a5ae28e0e8740eff5871c6934861abba63;hb=57b2ff886e0ce2c92820f5722c8031def3ac94cf;hp=45df349cbcc3b620fd9edbf80a7188c5c1747d23;hpb=d773fd370a92a6da2f7dbf91c085eb0df1f6f30d;p=coreboot.git diff --git a/src/mainboard/via/epia-cn/romstage.c b/src/mainboard/via/epia-cn/romstage.c index 45df349cb..2292b0a5a 100644 --- a/src/mainboard/via/epia-cn/romstage.c +++ b/src/mainboard/via/epia-cn/romstage.c @@ -34,6 +34,7 @@ #include "lib/delay.c" #include "southbridge/via/vt8237r/vt8237r_early_smbus.c" #include "southbridge/via/vt8235/vt8235_early_serial.c" +#include static inline int spd_read_byte(unsigned device, unsigned address) { @@ -104,4 +105,3 @@ void main(unsigned long bist) print_spew("Leaving romstage.c:main()\n"); } -