The patch titled Export jiffies_to_timespec() has been removed from the -mm tree. Its filename was time-uninline-jiffiesh-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: Export jiffies_to_timespec() From: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Export jiffies_to_timespec; previously modules used the inlined header version. Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/time.c | 1 + 1 files changed, 1 insertion(+) diff -puN kernel/time.c~time-uninline-jiffiesh-fix kernel/time.c --- a/kernel/time.c~time-uninline-jiffiesh-fix +++ a/kernel/time.c @@ -566,6 +566,7 @@ jiffies_to_timespec(const unsigned long u64 nsec = (u64)jiffies * TICK_NSEC; value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec); } +EXPORT_SYMBOL(jiffies_to_timespec); /* Same for "timeval" * _ Patches currently in -mm which might be from jeremy@xxxxxxxx are origin.patch use-activate_mm-in-fs-aiocuse_mm.patch convert-i386-pda-code-to-use-%fs.patch gtod-uninline-jiffiesh.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