Hi Eric, Today's linux-next merge of the pxa tree got a conflict in arch/arm/mach-pxa/spitz.c between commit fced80c735941fa518ac67c0b61bbe153fb8c050 ("[ARM] Convert asm/io.h to linux/io.h") from the arm tree and commit 546ed5880bf813e1386696c02d288d7ffba517d6 ("[ARM] pxa/spitz: use SPI-based driver for ads7846, corgi-lcd and max1111") from the pxa tree. Just overlapping additions. I fixed it up (see below) and can carry the fix. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc arch/arm/mach-pxa/spitz.c index 7e181afc,8b06b7a..0000000 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@@ -22,7 -23,9 +23,10 @@@ #include <linux/mmc/host.h> #include <linux/pm.h> #include <linux/backlight.h> +#include <linux/io.h> + #include <linux/spi/spi.h> + #include <linux/spi/ads7846.h> + #include <linux/spi/corgi_lcd.h> #include <asm/setup.h> #include <asm/memory.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