The patch titled git-powerpc: arch/powerpc/sysdev/timer.c build fix has been added to the -mm tree. Its filename is git-powerpc-arch-powerpc-sysdev-timerc-build-fix.patch *** 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 ------------------------------------------------------ Subject: git-powerpc: arch/powerpc/sysdev/timer.c build fix From: Srinivasa Ds <srinivasa@xxxxxxxxxx> arch/powerpc/sysdev/timer.c:51: error: variable \u2018timer_sysclass\u2019 has initializer but incomplete type arch/powerpc/sysdev/timer.c:52: error: unknown field \u2018resume\u2019 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 files 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 git-powerpc-arch-powerpc-sysdev-timerc-build-fix.patch kprobes-the-on-off-knob-thru-debugfs-updated.patch kprobes-the-on-off-knob-thru-debugfs-updated-fix.patch kprobes-the-on-off-knob-thru-debugfs-updated-fix-fix.patch kprobes-the-on-off-knob-thru-debugfs-updated-fix-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