The patch titled fix PXA2xx UDC compilation error has been added to the -mm tree. Its filename is fix-pxa2xx-udc-compilation-error.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix PXA2xx UDC compilation error From: Nicolas Pitre <nico@xxxxxxx> This was apparently missed by the move to the generic IRQ code. Signed-off-by: Nicolas Pitre <nico@xxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/gadget/pxa2xx_udc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/gadget/pxa2xx_udc.c~fix-pxa2xx-udc-compilation-error drivers/usb/gadget/pxa2xx_udc.c --- a/drivers/usb/gadget/pxa2xx_udc.c~fix-pxa2xx-udc-compilation-error +++ a/drivers/usb/gadget/pxa2xx_udc.c @@ -43,11 +43,11 @@ #include <linux/mm.h> #include <linux/platform_device.h> #include <linux/dma-mapping.h> +#include <linux/irq.h> #include <asm/byteorder.h> #include <asm/dma.h> #include <asm/io.h> -#include <asm/irq.h> #include <asm/system.h> #include <asm/mach-types.h> #include <asm/unaligned.h> _ Patches currently in -mm which might be from nico@xxxxxxx are git-alsa.patch update-smc91x-driver-with-arm-versatile-board-info.patch fix-pxa2xx-udc-compilation-error.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html