Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=738925b6855f989d3f90a3330eeff34010309be3 Commit: 738925b6855f989d3f90a3330eeff34010309be3 Parent: 12d371a69e6df96cd949af6bcb569e978e8f9d41 Author: Srinivasa Ds <[EMAIL PROTECTED]> AuthorDate: Thu Apr 26 00:07:04 2007 -0700 Committer: Paul Mackerras <[EMAIL PROTECTED]> CommitDate: Mon Apr 30 11:02:05 2007 +1000
[POWERPC] arch/powerpc/sysdev/timer.c build fix 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: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/timer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/sysdev/timer.c b/arch/powerpc/sysdev/timer.c index bdbf8fe..4a01748 100644 --- a/arch/powerpc/sysdev/timer.c +++ b/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; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html