Skip to content

Commit c43c5e9

Browse files
borntraegerKAGA-KOKO
authored andcommitted
timekeeping: Fix declaration of read_persistent_wall_and_boot_offset()
It is read_persistent_wall_and_boot_offset() and not read_persistent_clock_and_boot_offset() Fixes: 3eca993 ("timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset()") Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Pavel Tatashin <pasha.tatashin@oracle.com> Link: https://lkml.kernel.org/r/20180903081533.34366-1-borntraeger@de.ibm.com
1 parent 60c1f89 commit c43c5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/timekeeping.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ extern void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot);
258258
extern int persistent_clock_is_local;
259259

260260
extern void read_persistent_clock64(struct timespec64 *ts);
261-
void read_persistent_clock_and_boot_offset(struct timespec64 *wall_clock,
262-
struct timespec64 *boot_offset);
261+
void read_persistent_wall_and_boot_offset(struct timespec64 *wall_clock,
262+
struct timespec64 *boot_offset);
263263
extern int update_persistent_clock64(struct timespec64 now);
264264

265265
/*

0 commit comments

Comments
 (0)