aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-10-20 14:20:17 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-20 17:56:39 -0700
commitc7a3bd177f248d01ee18a01d22048c80e071c331 (patch)
tree28738fb228d780d84897763a443ea39f521146ce
parent[PATCH] Fix up rpaphp driver for pci hotplug header move (diff)
downloadlinux-dev-c7a3bd177f248d01ee18a01d22048c80e071c331.tar.xz
linux-dev-c7a3bd177f248d01ee18a01d22048c80e071c331.zip
[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.c2
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 @@
#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>