Re: [PATCH] include/linux/netfilter_bridge.h: header cleanup

2006-07-30 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sat, 29 Jul 2006 11:45:45 +0400 > Header doesn't use anything from atomic.h. > It fixes headers_check warning: > > include/linux/netfilter_bridge.h requires asm/atomic.h, which does not exist > > Compile tested on > alpha arm i386-up sparc

Re: [PATCH] include/linux/netfilter_bridge.h: header cleanup

2006-07-30 Thread David Woodhouse
On Sat, 2006-07-29 at 11:45 +0400, Alexey Dobriyan wrote: > Header doesn't use anything from atomic.h. > It fixes headers_check warning: > > include/linux/netfilter_bridge.h requires asm/atomic.h, which does not exist > > Compile tested on > alpha arm i386-up sparcsparc64-up x86_64 >

Re: [PATCH] include/linux/netfilter_bridge.h: header cleanup

2006-07-29 Thread Alexey Dobriyan
On Sat, Jul 29, 2006 at 12:55:28AM -0700, Andrew Morton wrote: > On Sat, 29 Jul 2006 11:45:45 +0400 > Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > Header doesn't use anything from atomic.h. > > > OK, but.. > > > It fixes headers_check warning: > > > > include/linux/netfilter_bridge.h requi

Re: [PATCH] include/linux/netfilter_bridge.h: header cleanup

2006-07-29 Thread Andrew Morton
On Sat, 29 Jul 2006 11:45:45 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Header doesn't use anything from atomic.h. OK, but.. > It fixes headers_check warning: > > include/linux/netfilter_bridge.h requires asm/atomic.h, which does not exist asm/atomic.h _does_ exist. What's up with th