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 <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Acked-by: Johannes Berg <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to