rs5c372: fix rtc_set prototype
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
1bb8b2ef27
commit
13b4db0e21
|
@ -195,8 +195,7 @@ rtc_get (struct rtc_time *tmp)
|
||||||
/*
|
/*
|
||||||
* Set the RTC
|
* Set the RTC
|
||||||
*/
|
*/
|
||||||
void
|
int rtc_set (struct rtc_time *tmp)
|
||||||
rtc_set (struct rtc_time *tmp)
|
|
||||||
{
|
{
|
||||||
unsigned char buf[8], reg15;
|
unsigned char buf[8], reg15;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Reference in New Issue