]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/L1.c
LWMON5: POST RTC fix
[karo-tx-uboot.git] / board / cray / L1 / L1.c
index a0fac7fe5ab4863f6e2e20164f498d81f296556e..5264bafd4bd9b2e2542868c3e9ccef97b631ff0e 100644 (file)
@@ -170,9 +170,9 @@ long int initdram (int board_type)
 
 /* ------------------------------------------------------------------------- */
 /* stubs so we can print dates w/o any nvram RTC.*/
-void rtc_get (struct rtc_time *tmp)
+int rtc_get (struct rtc_time *tmp)
 {
-       return;
+       return 0;
 }
 void rtc_set (struct rtc_time *tmp)
 {