summaryrefslogtreecommitdiff
path: root/board/cray
diff options
context:
space:
mode:
Diffstat (limited to 'board/cray')
-rw-r--r--board/cray/L1/L1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c
index 77f7f48a6..a72ba4620 100644
--- a/board/cray/L1/L1.c
+++ b/board/cray/L1/L1.c
@@ -177,9 +177,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)
{