Re: Fix u32 vs. pm_message_t in arm

2005-04-04 Thread Russell King
On Mon, Apr 04, 2005 at 10:02:35AM -0700, Linus Torvalds wrote: > > > On Mon, 4 Apr 2005, Russell King wrote: > > > > Linus - is the pm.h included in sysdev.h in -rc2? > > Nope. Just includes kobject.h Oh dear - in that case, most of ARM will be broken in -rc2. ;( http://armlinux.simt

Re: Fix u32 vs. pm_message_t in arm

2005-04-04 Thread Linus Torvalds
On Mon, 4 Apr 2005, Russell King wrote: > > Linus - is the pm.h included in sysdev.h in -rc2? Nope. Just includes kobject.h Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Fix u32 vs. pm_message_t in arm

2005-04-04 Thread Russell King
On Sun, Apr 03, 2005 at 12:44:14PM +0200, Pavel Machek wrote: > > > This fixes u32 vs. pm_message_t confusion in arm. I was not able to > > > even compile it, but it should not cause any problems. Please apply, > > > > On testing this patch, it doesn't build. You need to include > > linux/pm.h in

Re: Fix u32 vs. pm_message_t in arm

2005-04-03 Thread Pavel Machek
Hi! > > This fixes u32 vs. pm_message_t confusion in arm. I was not able to > > even compile it, but it should not cause any problems. Please apply, > > On testing this patch, it doesn't build. You need to include > linux/pm.h into linux/sysdev.h for starters, and fix sysdev.h > to also use pm_m

Re: Fix u32 vs. pm_message_t in arm

2005-04-03 Thread Russell King
On Tue, Mar 29, 2005 at 09:15:43PM +0200, Pavel Machek wrote: > This fixes u32 vs. pm_message_t confusion in arm. I was not able to > even compile it, but it should not cause any problems. Please apply, On testing this patch, it doesn't build. You need to include linux/pm.h into linux/sysdev.h fo

Re: Fix u32 vs. pm_message_t in arm

2005-04-03 Thread Russell King
On Tue, Mar 29, 2005 at 09:15:43PM +0200, Pavel Machek wrote: > This fixes u32 vs. pm_message_t confusion in arm. I was not able to > even compile it, but it should not cause any problems. Please apply, Applied, thanks. -- Russell King Linux kernel2.6 ARM Linux - http://www.arm.linux.org.

Fix u32 vs. pm_message_t in arm

2005-03-29 Thread Pavel Machek
Hi! This fixes u32 vs. pm_message_t confusion in arm. I was not able to even compile it, but it should not cause any problems. Please apply, Pavel --- clean/arch/arm/common/sa.c 2005-02-28 00:50:39.0 +0100 +++ linux