* [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1
@ 2007-04-10 12:50 Srinivasa Ds
2007-04-10 13:45 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Srinivasa Ds @ 2007-04-10 12:50 UTC (permalink / raw)
To: Andrew Morton, linux-kernel, johannes, linuxppc-dev, paulus
[-- Attachment #1: Type: text/plain, Size: 2506 bytes --]
When I tried to compile 2.6.21-rc6-mm1 on ppc64, I got the below error
message.
======================
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
arch/powerpc/sysdev/timer.c:52: warning: excess elements in struct initializer
arch/powerpc/sysdev/timer.c:52: warning: (near initialization
for ‘timer_sysclass’)
arch/powerpc/sysdev/timer.c:53: error: unknown field ‘suspend’ specified in
initializer
arch/powerpc/sysdev/timer.c:53: warning: excess elements in struct initializer
arch/powerpc/sysdev/timer.c:53: warning: (near initialization
for ‘timer_sysclass’)
arch/powerpc/sysdev/timer.c:54: error: unknown field ‘kset’ specified in
initializer
arch/powerpc/sysdev/timer.c:54: error: extra brace group at end of initializer
arch/powerpc/sysdev/timer.c:54: error: (near initialization
for ‘timer_sysclass’)
arch/powerpc/sysdev/timer.c:54: error: extra brace group at end of initializer
arch/powerpc/sysdev/timer.c:54: error: (near initialization
for ‘timer_sysclass’)
arch/powerpc/sysdev/timer.c:54: warning: excess elements in struct initializer
arch/powerpc/sysdev/timer.c:54: warning: (near initialization
for ‘timer_sysclass’)
arch/powerpc/sysdev/timer.c:57: error: variable ‘device_timer’ has initializer
but incomplete type
arch/powerpc/sysdev/timer.c:58: error: unknown field ‘id’ specified in
initializer
arch/powerpc/sysdev/timer.c:58: warning: excess elements in struct initializer
arch/powerpc/sysdev/timer.c:58: warning: (near initialization
for ‘device_timer’)
arch/powerpc/sysdev/timer.c:59: error: unknown field ‘cls’ specified in
initializer
arch/powerpc/sysdev/timer.c:59: warning: excess elements in struct initializer
arch/powerpc/sysdev/timer.c:59: warning: (near initialization
for ‘device_timer’)
arch/powerpc/sysdev/timer.c: In function ‘time_init_device’:
arch/powerpc/sysdev/timer.c:64: warning: implicit declaration of
function ‘sysdev_class_register’
arch/powerpc/sysdev/timer.c:66: warning: implicit declaration of
function ‘sysdev_register’
make[1]: *** [arch/powerpc/sysdev/timer.o] Error 1
make: *** [arch/powerpc/sysdev] Error 2
=======================================
Below patch fixes this problem. please let me know comments on this.
Signed-off-by: Srinivasa Ds <srinivasa@in.ibm.com>
[-- Attachment #2: build.patch --]
[-- Type: text/x-diff, Size: 437 bytes --]
---
arch/powerpc/sysdev/timer.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6.21-rc6/arch/powerpc/sysdev/timer.c
===================================================================
--- linux-2.6.21-rc6.orig/arch/powerpc/sysdev/timer.c
+++ linux-2.6.21-rc6/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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1
2007-04-10 12:50 [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1 Srinivasa Ds
@ 2007-04-10 13:45 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2007-04-10 13:45 UTC (permalink / raw)
To: Srinivasa Ds; +Cc: linuxppc-dev, Andrew Morton, paulus, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
On Tue, 2007-04-10 at 18:20 +0530, Srinivasa Ds wrote:
> Below patch fixes this problem. please let me know comments on this.
+#include <linux/sysdev.h>
Yeah, I heard about that change but didn't have a chance to check it out
yet. Patch looks good to me, of course.
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-10 13:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 12:50 [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1 Srinivasa Ds
2007-04-10 13:45 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).