Re: [PATCH 1/2] remove asm/bitops.h includes

2007-09-10 Thread Ralf Baechle
On Sat, Sep 08, 2007 at 09:00:08PM +0100, Jiri Slaby wrote: > > remove asm/bitops.h includes > > including asm/bitops directly may cause compile errors. don't include it > and include linux/bitops instead. next patch will deny including asm header > directly. > > Cc: Adrian Bunk <[EMAIL PROTECT

Re: [PATCH 1/2] remove asm/bitops.h includes

2007-09-09 Thread Adrian Bunk
On Sun, Sep 09, 2007 at 10:04:25AM +0200, Andi Kleen wrote: > Jiri Slaby <[EMAIL PROTECTED]> writes: > > > remove asm/bitops.h includes > > > > including asm/bitops directly may cause compile errors. > > When does it cause compile errors? It would be probably less > intrusive to just fix that

Re: [PATCH 1/2] remove asm/bitops.h includes

2007-09-09 Thread Jiri Slaby
On 09/09/2007 10:04 AM, Andi Kleen wrote: > Jiri Slaby <[EMAIL PROTECTED]> writes: > >> remove asm/bitops.h includes >> >> including asm/bitops directly may cause compile errors. > > When does it cause compile errors? It would be probably less > intrusive to just fix that case. On ppc defconfi

Re: [PATCH 1/2] remove asm/bitops.h includes

2007-09-09 Thread Andi Kleen
Jiri Slaby <[EMAIL PROTECTED]> writes: > remove asm/bitops.h includes > > including asm/bitops directly may cause compile errors. When does it cause compile errors? It would be probably less intrusive to just fix that case. -Andi - To unsubscribe from this list: send the line "unsubscribe lin

[PATCH 1/2] remove asm/bitops.h includes

2007-09-08 Thread Jiri Slaby
remove asm/bitops.h includes including asm/bitops directly may cause compile errors. don't include it and include linux/bitops instead. next patch will deny including asm header directly. Cc: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- commit 3c05eef3d0a9806