The patch titled time-remove-obsolete-clock_tick_adjust-update has been removed from the -mm tree. Its filename was time-remove-obsolete-clock_tick_adjust-update.patch This patch was dropped because it was folded into time-remove-obsolete-clock_tick_adjust.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: time-remove-obsolete-clock_tick_adjust-update From: Matti Linnanvuori <mattilinnanvuori@xxxxxxxxx> Signed-off-by: Matti Linnanvuori <mattilinnanvuori@xxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/time/ntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/time/ntp.c~time-remove-obsolete-clock_tick_adjust-update kernel/time/ntp.c --- a/kernel/time/ntp.c~time-remove-obsolete-clock_tick_adjust-update +++ a/kernel/time/ntp.c @@ -42,7 +42,7 @@ long time_esterror = NTP_PHASE_LIMIT; /* long time_freq; /* frequency offset (scaled ppm)*/ static long time_reftime; /* time at last adjustment (s) */ long time_adjust; -long ntp_tick_adj; +static long ntp_tick_adj; static void ntp_update_frequency(void) { _ Patches currently in -mm which might be from mattilinnanvuori@xxxxxxxxx are time-remove-obsolete-clock_tick_adjust.patch time-remove-obsolete-clock_tick_adjust-update.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