hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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 }