summaryrefslogtreecommitdiff
path: root/arch/mips/loongson64/common/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/loongson64/common/time.c')
-rw-r--r--arch/mips/loongson64/common/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson64/common/time.c b/arch/mips/loongson64/common/time.c
index e1a5382ad47e..0ba53c55ff33 100644
--- a/arch/mips/loongson64/common/time.c
+++ b/arch/mips/loongson64/common/time.c
@@ -29,7 +29,7 @@ void __init plat_time_init(void)
#endif
}
-void read_persistent_clock(struct timespec *ts)
+void read_persistent_clock64(struct timespec64 *ts)
{
ts->tv_sec = mc146818_get_cmos_time();
ts->tv_nsec = 0;