The patch titled time-remove-obsolete-clock_tick_adjust-update has been added to the -mm tree. Its filename is time-remove-obsolete-clock_tick_adjust-update.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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-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