honkaadam
Results
1
comments of
honkaadam
I found a possible solution. Change timespec to timespec**64** and ktime_get_ts to ktime_get_ts**64** lg4k-linux/driver/utils/misc/sys.c:90 unsigned long long sys_gettimestamp() { struct timespec64 ts; unsigned long long timestamp; ktime_get_ts64(&ts); timestamp=ts.tv_sec ; timestamp*=1000000000;...