hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/power/supply/rk818_charger.c
....@@ -266,9 +266,9 @@
266266
267267 static u64 get_boot_sec(void)
268268 {
269
- struct timespec ts;
269
+ struct timespec64 ts;
270270
271
- get_monotonic_boottime(&ts);
271
+ ktime_get_boottime_ts64(&ts);
272272
273273 return ts.tv_sec;
274274 }