Re: [PATCH 2/2] forbid asm/bitops.h direct inclusion

2007-09-10 Thread Adrian Bunk
On Mon, Sep 10, 2007 at 01:28:38PM +0100, Ralf Baechle wrote: > On Sat, Sep 08, 2007 at 09:00:48PM +0100, Jiri Slaby wrote: > > > forbid asm/bitops.h direct inclusion > > > > Because of compile errors that may occur after bit changes if asm/bitops.h > > is > > included directly without e.g. linu

Re: [PATCH 2/2] forbid asm/bitops.h direct inclusion

2007-09-10 Thread Ralf Baechle
On Sat, Sep 08, 2007 at 09:00:48PM +0100, Jiri Slaby wrote: > forbid asm/bitops.h direct inclusion > > Because of compile errors that may occur after bit changes if asm/bitops.h is > included directly without e.g. linux/kernel.h which includes linux/bitops.h, > forbid > direct inclusion of asm/b

[PATCH 2/2] forbid asm/bitops.h direct inclusion

2007-09-08 Thread Jiri Slaby
forbid asm/bitops.h direct inclusion Because of compile errors that may occur after bit changes if asm/bitops.h is included directly without e.g. linux/kernel.h which includes linux/bitops.h, forbid direct inclusion of asm/bitops.h. Thanks to Adrian Bunk. Signed-off-by: Jiri Slaby <[EMAIL PROTEC