forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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