Hi Russell, Today's linux-next merge of the arm tree got a conflict in arch/arm/mach-pxa/include/mach/irqs.h between commit dec5abe9219aebf6d65e9af95de1c031d7039bdb ("[ARM] Fix eseries IRQ limit") from Linus' tree and commit 44b6deaa10e0b62fc6d6db0b673f8bfa61b745d1 ("[ARM] pxa: introduce PXA_HAVE_BOARD_IRQS") from the arm tree. I used the version of that file from the arm tree and added the following patch. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 72ba281..0d119f8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -122,6 +122,7 @@ config MACH_TOSA config ARCH_PXA_ESERIES bool "PXA based Toshiba e-series PDAs" select PXA25x + select PXA_HAVE_BOARD_IRQS config MACH_E330 bool "Toshiba e330" -- 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