rds: make newly added function static
It won't be called outside the RDS core. Change-Id: I22f9d7984213f32ad1db49368327243ba2aa917b
This commit is contained in:
parent
b3e0d18f7d
commit
0df71c952c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void rds_sync(void)
|
|||
}
|
||||
}
|
||||
|
||||
void rds_set_time(time_t time)
|
||||
static void rds_set_time(time_t time)
|
||||
{
|
||||
ct_data = time;
|
||||
#ifdef CONFIG_RTC
|
||||
|
|
Loading…
Reference in a new issue