Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422708AbWJRRTB (ORCPT ); Wed, 18 Oct 2006 13:19:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422711AbWJRRTB (ORCPT ); Wed, 18 Oct 2006 13:19:01 -0400 Received: from relais.videotron.ca ([24.201.245.36]:12350 "EHLO relais.videotron.ca") by vger.kernel.org with ESMTP id S1422708AbWJRRTA (ORCPT ); Wed, 18 Oct 2006 13:19:00 -0400 Date: Wed, 18 Oct 2006 13:18:59 -0400 (EDT) From: Nicolas Pitre Subject: [PATCH] fix PXA2xx UDC compilation error X-X-Sender: nico@xanadu.home To: Linus Torvalds Cc: lkml Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 883 Lines: 28 This was apparently missed by the move to the generic IRQ code. Signed-off-by: Nicolas Pitre --- 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 #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/