diff options
| author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2006-06-29 15:40:00 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 17:27:22 -0400 |
| commit | bf7e8511088963078484132636839b59e25cf14f (patch) | |
| tree | 10ecf2ec650e8afd6372e55377f1a3e0e1eba004 | |
| parent | 602cada851b28c5792339786efe872fbdc1f5d41 (diff) | |
[PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again
This fixes pxa2xx_udc.c to include asm/arch/udc.h again to fix current
build breakage.
Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
[ forwarded by David Brownell <david-b@pacbell.net> ]
[ fixed to apply properly by Linus ]
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 269ce7f4ad66..735e9dbd39fd 100644 --- a/drivers/usb/gadget/pxa2xx_udc.c +++ b/drivers/usb/gadget/pxa2xx_udc.c | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | #include <linux/usb_ch9.h> | 60 | #include <linux/usb_ch9.h> |
| 61 | #include <linux/usb_gadget.h> | 61 | #include <linux/usb_gadget.h> |
| 62 | 62 | ||
| 63 | #include <asm/arch/hardware/intel_udc.h> | 63 | #include <asm/arch/udc.h> |
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | /* | 66 | /* |
