Hi all, Today's linux-next merge of the arm-soc tree got conflicts in arch/arm/mach-spear3xx/spear3xx.c and arch/arm/mach-spear6xx/spear6xx.c between commit 3a95b9fbba89 ("pl080.h: moved from arm/include/asm/hardware to include/linux/amba/") from the slave-dma tree and commit e9c515589df7 ("ARM: spear: use common irqchip_init function") from the arm-soc tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/arm/mach-spear3xx/spear3xx.c index 3d9b1b5,b2ba516..0000000 --- a/arch/arm/mach-spear3xx/spear3xx.c +++ b/arch/arm/mach-spear3xx/spear3xx.c @@@ -15,10 -15,8 +15,7 @@@ #include #include - #include - #include #include - #include -#include #include #include #include diff --cc arch/arm/mach-spear6xx/spear6xx.c index 8ce65a2,b8bd33c..0000000 --- a/arch/arm/mach-spear6xx/spear6xx.c +++ b/arch/arm/mach-spear6xx/spear6xx.c @@@ -16,12 -16,11 +16,11 @@@ #include #include #include + #include #include #include - #include #include -#include +#include - #include #include #include #include