projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17e31e
)
[PATCH] fix PXA2xx UDC compilation error
author
Nicolas Pitre
<
[email protected]
>
Fri, 20 Oct 2006 21:20:17 +0000
(14:20 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 21 Oct 2006 00:56:39 +0000
(17:56 -0700)
This was apparently missed by the move to the generic IRQ code.
Signed-off-by: Nicolas Pitre <
[email protected]
>
Cc: Greg KH <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/usb/gadget/pxa2xx_udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/pxa2xx_udc.c
b/drivers/usb/gadget/pxa2xx_udc.c
index f42c00ef0bca3b53c64478095419ac562c06525e..671c24bc6d75361f670e3dc172eca76fd9eedf18 100644
(file)
--- 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>