Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-29 Thread James Hogan
On 29/10/12 01:28, guanxue...@mprc.pku.edu.cn wrote: >> Including from prevents >> cacheflush.h being able to use I/O functions like readl and writel due >> to circular include dependencies. It doesn't appear as if anything from >> cacheflush.h is actually used by the generic io.h, so remove the

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-28 Thread guanxuetao
> Including from prevents > cacheflush.h being able to use I/O functions like readl and writel due > to circular include dependencies. It doesn't appear as if anything from > cacheflush.h is actually used by the generic io.h, so remove the > include. > > I've compile tested a defconfig compilatio

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-25 Thread Max Filippov
On Tue, Oct 23, 2012 at 1:21 PM, James Hogan wrote: > Including from prevents > cacheflush.h being able to use I/O functions like readl and writel due > to circular include dependencies. It doesn't appear as if anything from > cacheflush.h is actually used by the generic io.h, so remove the > in

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-25 Thread Arnd Bergmann
On Thursday 25 October 2012, James Hogan wrote: > > Who's tree should this go via. I can take it via the openrisc > > tree, but it would be good to get some Ack's that this isn't going > > to break things for the other arch's (in particular score and > > unicore32, since they are untested). > > Y

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-25 Thread James Hogan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/10/12 14:40, Jonas Bonn wrote: > On Tue, 2012-10-23 at 10:21 +0100, James Hogan wrote: >> Including from prevents >> cacheflush.h being able to use I/O functions like readl and >> writel due to circular include dependencies. It doesn't appear

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-25 Thread Arnd Bergmann
On Thursday 25 October 2012, Jonas Bonn wrote: > On Tue, 2012-10-23 at 10:21 +0100, James Hogan wrote: > > Including from prevents > > cacheflush.h being able to use I/O functions like readl and writel due > > to circular include dependencies. It doesn't appear as if anything from > > cacheflush.

Re: [PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-25 Thread Jonas Bonn
On Tue, 2012-10-23 at 10:21 +0100, James Hogan wrote: > Including from prevents > cacheflush.h being able to use I/O functions like readl and writel due > to circular include dependencies. It doesn't appear as if anything from > cacheflush.h is actually used by the generic io.h, so remove the > i

[PATCH] asm-generic/io.h: remove asm/cacheflush.h include

2012-10-23 Thread James Hogan
Including from prevents cacheflush.h being able to use I/O functions like readl and writel due to circular include dependencies. It doesn't appear as if anything from cacheflush.h is actually used by the generic io.h, so remove the include. I've compile tested a defconfig compilation of blackfin