Hi Ben, Today's linux-next merge of the bjdooks-i2c tree got a conflict in arch/arm/mach-pxa/pxa27x.c between commit a3f4c927d379cfaa597bc8ff75dc9d28f8d9200e ("ARM: PXA SoCs: irq_data conversion") from Linus' tree and commit 0a56f28ec486273d84d25571573908344aa67176 ("arm/pxa2xx: reorganize I2C files") from the bjdooks-i2c tree. I fixed it up (see below) and can carry the fix as necessary. Ben, is that stuff going into 2.6.38? If so, please get Linus to pull it as it has quite a few conflicts (especially this one commit) ... -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc arch/arm/mach-pxa/pxa27x.c index 987301f,1c77e89..0000000 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c @@@ -17,10 -17,8 +17,11 @@@ #include <linux/suspend.h> #include <linux/platform_device.h> #include <linux/sysdev.h> +#include <linux/io.h> +#include <linux/irq.h> + #include <linux/i2c/pxa-i2c.h> +#include <asm/mach/map.h> #include <mach/hardware.h> #include <asm/irq.h> #include <mach/irqs.h> @@@ -30,10 -28,7 +31,8 @@@ #include <mach/ohci.h> #include <mach/pm.h> #include <mach/dma.h> +#include <mach/smemc.h> - #include <plat/i2c.h> - #include "generic.h" #include "devices.h" #include "clock.h" -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html