On 03/06/2012 04:11 PM, Russell King - ARM Linux wrote:
On Tue, Mar 06, 2012 at 03:45:15PM -0600, Rob Herring wrote:
quoted
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c
index a6329a0..c60e7b8 100644
--- a/arch/arm/mach-ixp4xx/common.c
+++ b/arch/arm/mach-ixp4xx/common.c
@@ -31,6 +31,7 @@
#include <mach/udc.h>
#include <mach/hardware.h>
+#include <mach/io.h>
I'll assume you have a good reason for this, inspite of there being
no mention of it in the commit log...
To explicitly pick up is_pci_address(). Yes, it gets implicitly
included, but that could change (hopefully).
Rob