Skip to content
Snippets Groups Projects
Commit 13b4db0e authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

rs5c372: fix rtc_set prototype

parent 1bb8b2ef
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,7 @@ rtc_get (struct rtc_time *tmp)
/*
* Set the RTC
*/
void
rtc_set (struct rtc_time *tmp)
int rtc_set (struct rtc_time *tmp)
{
unsigned char buf[8], reg15;
int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment