From: Nicolas Pitre Date: Fri, 20 Oct 2006 21:20:17 +0000 (-0700) Subject: [PATCH] fix PXA2xx UDC compilation error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7a3bd177f248d01ee18a01d22048c80e071c331;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [PATCH] fix PXA2xx UDC compilation error This was apparently missed by the move to the generic IRQ code. Signed-off-by: Nicolas Pitre Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/usb/gadget/pxa2xx_udc.c b/drivers/usb/gadget/pxa2xx_udc.c index f42c00ef0bca..671c24bc6d75 100644 --- a/drivers/usb/gadget/pxa2xx_udc.c +++ b/drivers/usb/gadget/pxa2xx_udc.c @@ -43,11 +43,11 @@ #include #include #include +#include #include #include #include -#include #include #include #include