kernel/arch/ia64/kernel/asm-offsets.c
.. .. @@ -211,7 +211,7 @@ 211 211 offsetof (struct cpuinfo_ia64, ptce_stride)); 212 212 BLANK(); 213 213 DEFINE(IA64_TIMESPEC_TV_NSEC_OFFSET, 214 - offsetof (struct timespec, tv_nsec));214 + offsetof (struct __kernel_old_timespec, tv_nsec));215 215 DEFINE(IA64_TIME_SN_SPEC_SNSEC_OFFSET, 216 216 offsetof (struct time_sn_spec, snsec)); 217 217