Re: [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1

2007-04-10 Thread Johannes Berg
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 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 signature.asc Description: This

[PATCH] Build break on ppc64 for 2.6.21-rc6-mm1

2007-04-10 Thread Srinivasa Ds
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

[PATCH] Build break on ppc64 for 2.6.21-rc6-mm1

2007-04-10 Thread Srinivasa Ds
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

Re: [PATCH] Build break on ppc64 for 2.6.21-rc6-mm1

2007-04-10 Thread Johannes Berg
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 signature.asc