[PATCH 1/5 v4] ARM Realview PCIX map include file changes
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Oct 12 13:20:07 EDT 2011
On Mon, Oct 10, 2011 at 10:27:08AM +0100, Colin Tuckley wrote:
> Ah, I wasn't aware of that. However when I include asm/io.h and remove the
The general rule is that linux/io.h includes asm/io.h, which in turn
includes mach/io.h includes and nothing should include either asm/io.h
nor mach/io.h directly - if it does, things probably break - which is
desirable behaviour because that indicates that the include is wrong.
> A quick check shows that the piece of code you quote above does not exist in
> my (3.1.0-rc9) source tree.
It's not in -rc9, but will be during the next merge window - and is in
linux-next.
More information about the linux-arm-kernel
mailing list