The patch titled git-sched: sched.c needs tick.h has been removed from the -mm tree. Its filename was git-sched-schedc-needs-tickh.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: git-sched: sched.c needs tick.h From: Reynes Philippe <tremyfr@xxxxxxxx> kernel/sched.c: In function ?nohz_on?: kernel/sched.c:506: erreur: implicit declaration of function ?tick_get_tick_sched? kernel/sched.c:506: erreur: invalid type argument of ?->? kernel/sched.c:506: erreur: ?NOHZ_MODE_INACTIVE? undeclared (first use in this function) kernel/sched.c:506: erreur: (Each undeclared identifier is reported only once kernel/sched.c:506: erreur: for each function it appears in.) Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/sched.c~git-sched-schedc-needs-tickh kernel/sched.c --- a/kernel/sched.c~git-sched-schedc-needs-tickh +++ a/kernel/sched.c @@ -66,6 +66,7 @@ #include <linux/unistd.h> #include <linux/pagemap.h> #include <linux/hrtimer.h> +#include <linux/tick.h> #include <asm/tlb.h> #include <asm/irq_regs.h> _ Patches currently in -mm which might be from tremyfr@xxxxxxxx are git-sched.patch add-warn_on_secs-macro-simplification-fix-fix.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