diff options
| author | Nicolas Pitre <nico@cam.org> | 2006-10-20 17:20:17 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-20 20:56:39 -0400 |
| commit | c7a3bd177f248d01ee18a01d22048c80e071c331 (patch) | |
| tree | 28738fb228d780d84897763a443ea39f521146ce | |
| parent | e17e31e388b2e49ff1c9a2bdb39d7aeb2975c19a (diff) | |
[PATCH] fix PXA2xx UDC compilation error
This was apparently missed by the move to the generic IRQ code.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | drivers/usb/gadget/pxa2xx_udc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 43 | #include <linux/mm.h> | 43 | #include <linux/mm.h> |
| 44 | #include <linux/platform_device.h> | 44 | #include <linux/platform_device.h> |
| 45 | #include <linux/dma-mapping.h> | 45 | #include <linux/dma-mapping.h> |
| 46 | #include <linux/irq.h> | ||
| 46 | 47 | ||
| 47 | #include <asm/byteorder.h> | 48 | #include <asm/byteorder.h> |
| 48 | #include <asm/dma.h> | 49 | #include <asm/dma.h> |
| 49 | #include <asm/io.h> | 50 | #include <asm/io.h> |
| 50 | #include <asm/irq.h> | ||
| 51 | #include <asm/system.h> | 51 | #include <asm/system.h> |
| 52 | #include <asm/mach-types.h> | 52 | #include <asm/mach-types.h> |
| 53 | #include <asm/unaligned.h> | 53 | #include <asm/unaligned.h> |
