forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/ia64/kernel/asm-offsets.c
....@@ -211,7 +211,7 @@
211211 offsetof (struct cpuinfo_ia64, ptce_stride));
212212 BLANK();
213213 DEFINE(IA64_TIMESPEC_TV_NSEC_OFFSET,
214
- offsetof (struct timespec, tv_nsec));
214
+ offsetof (struct __kernel_old_timespec, tv_nsec));
215215 DEFINE(IA64_TIME_SN_SPEC_SNSEC_OFFSET,
216216 offsetof (struct time_sn_spec, snsec));
217217