]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/rtc/ds12887.c
LWMON5: POST RTC fix
[people/ms/u-boot.git] / drivers / rtc / ds12887.c
index 84fecf0194036e005584f715c35bba31df2b2595..57a446d3051e2102b7a31391c344b6a402145b05 100644 (file)
@@ -88,7 +88,7 @@ static unsigned char bin2bcd (unsigned int n)
 
 /* ------------------------------------------------------------------------- */
 
-void rtc_get (struct rtc_time *tmp)
+int rtc_get (struct rtc_time *tmp)
 {
        uchar sec, min, hour, mday, wday, mon, year;
 
@@ -150,6 +150,8 @@ else
                tmp->tm_year, tmp->tm_mon, tmp->tm_mday, tmp->tm_wday,
                tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
 #endif
+
+       return 0;
 }
 
 void rtc_set (struct rtc_time *tmp)