The patch titled pps-add-parallel-port-pps-signal-generator-fix has been removed from the -mm tree. Its filename was pps-add-parallel-port-pps-signal-generator-fix.patch This patch was dropped because it was folded into pps-add-parallel-port-pps-signal-generator.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: pps-add-parallel-port-pps-signal-generator-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> drivers/pps/generators/pps_gen_parport.c: In function 'hrtimer_event': drivers/pps/generators/pps_gen_parport.c:92: error: 'struct hrtimer' has no member named '_expires' Cc: Alexander Gordeev <lasaine@xxxxxxxxxxxxx> Cc: Rodolfo Giometti <giometti@xxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pps/generators/pps_gen_parport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pps/generators/pps_gen_parport.c~pps-add-parallel-port-pps-signal-generator-fix drivers/pps/generators/pps_gen_parport.c --- a/drivers/pps/generators/pps_gen_parport.c~pps-add-parallel-port-pps-signal-generator-fix +++ a/drivers/pps/generators/pps_gen_parport.c @@ -82,7 +82,7 @@ static enum hrtimer_restart hrtimer_even /* first of all we get the time stamp... */ getnstimeofday(&ts1); - expire_time = ktime_to_timespec(timer->_expires); + expire_time = ktime_to_timespec(hrtimer_get_softexpires(timer)); dev = container_of(timer, struct pps_generator_pp, timer); lim = NSEC_PER_SEC - send_delay - dev->port_write_time; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch leds-add-output-inversion-option-to-backlight-trigger.patch include-linux-kernelh-abs-fix-handling-of-32-bit-unsigneds-on-64-bit.patch include-linux-unaligned-packed_structh-use-__packed.patch ihex-fix-unused-return-value-compiler-warning.patch kptr_restrict-for-hiding-kernel-pointers-from-unprivileged-users.patch fs-select-fix-information-leak-to-userspace.patch drivers-telephony-ixjc-fix-warning.patch fs-proc-basec-kernel-latencytopc-convert-sprintf_symbol-to-%ps.patch sysctl-remove-obsolete-comments.patch user_ns-improve-the-user_ns-on-the-slab-packaging.patch pps-add-parallel-port-pps-signal-generator.patch memstick-factor-out-transfer-initiating-functionality-in-mspro_blockc-fix.patch scatterlist-new-helper-functions-fix.patch aio-remove-unused-aio_run_iocbs-checkpatch-fixes.patch cramfs-generate-unique-inode-number-for-better-inode-cache-usage-fix.patch cramfs-generate-unique-inode-number-for-better-inode-cache-usage-checkpatch-fixes.patch ramoops-fix-types-remove-typecasts.patch fs-ext4-inodec-use-pr_warn_ratelimited.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html