The patch titled make kernel/time/timer_stats.c:nr_entries static has been removed from the -mm tree. Its filename was add-debugging-feature-proc-timer_stat-cleanup.patch This patch was dropped because it was folded into add-debugging-feature-proc-timer_stat.patch ------------------------------------------------------ Subject: make kernel/time/timer_stats.c:nr_entries static From: Adrian Bunk <bunk@xxxxxxxxx> nr_entries can become static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/time/timer_stats.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/time/timer_stats.c~add-debugging-feature-proc-timer_stat-cleanup kernel/time/timer_stats.c --- a/kernel/time/timer_stats.c~add-debugging-feature-proc-timer_stat-cleanup +++ a/kernel/time/timer_stats.c @@ -112,7 +112,7 @@ static ktime_t time_start, time_stop; #define MAX_ENTRIES_BITS 10 #define MAX_ENTRIES (1UL << MAX_ENTRIES_BITS) -unsigned long nr_entries; +static unsigned long nr_entries; static struct entry entries[MAX_ENTRIES]; static atomic_t overflow_count; _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch correct-config_gigaset_m101-makefile-entry.patch gtod-persistent-clock-support.patch i386-use-gtod-persistent-clock-support.patch extend-next_timer_interrupt-to-use-a-reference-jiffie.patch clockevents-i383-drivers.patch add-debugging-feature-proc-timer_stat.patch add-debugging-feature-proc-timer_stat-cleanup.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