From: Nicolas Pitre Date: Fri, 20 Oct 2006 21:20:17 +0000 (-0700) Subject: [PATCH] fix PXA2xx UDC compilation error X-Git-Tag: v2.6.19-rc3~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a3bd177f248d01ee18a01d22048c80e071c331;p=profile%2Fivi%2Fkernel-x86-ivi.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 f42c00e..671c24b 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