diff options
author | Srinivasa Ds <srinivasa@in.ibm.com> | 2007-04-26 03:07:04 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-29 21:02:05 -0400 |
commit | 738925b6855f989d3f90a3330eeff34010309be3 (patch) | |
tree | 4fb50821a7133212fe5856b33f666ba8834d3c7d /arch/powerpc | |
parent | 12d371a69e6df96cd949af6bcb569e978e8f9d41 (diff) |
[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 <srinivasa@in.ibm.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | 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 bdbf8fe520e4..4a01748b4217 100644 --- a/arch/powerpc/sysdev/timer.c +++ b/arch/powerpc/sysdev/timer.c | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/time.h> | 9 | #include <linux/time.h> |
10 | #include <linux/sysdev.h> | ||
10 | #include <asm/rtc.h> | 11 | #include <asm/rtc.h> |
11 | 12 | ||
12 | static unsigned long suspend_rtc_time; | 13 | static unsigned long suspend_rtc_time; |