The patch titled git-powerpc: arch/powerpc/sysdev/timer.c build fix has been removed from the -mm tree. Its filename was git-powerpc-arch-powerpc-sysdev-timerc-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: git-powerpc: arch/powerpc/sysdev/timer.c build fix From: Srinivasa Ds <srinivasa@xxxxxxxxxx> arch/powerpc/sysdev/timer.c:51: error: variable `timer_sysclass' has initializer but incomplete type arch/powerpc/sysdev/timer.c:52: error: unknown field `resume' specified in initializer <etc> Signed-off-by: Srinivasa Ds <srinivasa@xxxxxxxxxx> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/sysdev/timer.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/powerpc/sysdev/timer.c~git-powerpc-arch-powerpc-sysdev-timerc-build-fix arch/powerpc/sysdev/timer.c --- a/arch/powerpc/sysdev/timer.c~git-powerpc-arch-powerpc-sysdev-timerc-build-fix +++ a/arch/powerpc/sysdev/timer.c @@ -7,6 +7,7 @@ */ #include <linux/time.h> +#include <linux/sysdev.h> #include <asm/rtc.h> static unsigned long suspend_rtc_time; _ Patches currently in -mm which might be from srinivasa@xxxxxxxxxx are origin.patch kprobes-the-on-off-knob-thru-debugfs-updated.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