mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
time: remove no_sync_cmos_clock
Commit 9863c90f68
(x86, vmware: Remove
deprecated VMI kernel support) removed the only place which set
no_sync_cmos_clock. Since that commit, this variable is never set.
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
parent
e919cfd42d
commit
335dd85895
2 changed files with 1 additions and 6 deletions
|
@ -116,7 +116,6 @@ static inline struct timespec timespec_sub(struct timespec lhs,
|
|||
extern void read_persistent_clock(struct timespec *ts);
|
||||
extern void read_boot_clock(struct timespec *ts);
|
||||
extern int update_persistent_clock(struct timespec now);
|
||||
extern int no_sync_cmos_clock __read_mostly;
|
||||
void timekeeping_init(void);
|
||||
extern int timekeeping_suspended;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue