aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa2xx_udc.c
diff options
context:
space:
mode:
authorMilan Svoboda <msvoboda@ra.rockwell.com>2006-06-29 12:40:00 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-29 14:27:22 -0700
commitbf7e8511088963078484132636839b59e25cf14f (patch)
tree10ecf2ec650e8afd6372e55377f1a3e0e1eba004 /drivers/usb/gadget/pxa2xx_udc.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 (diff)
downloadlinux-dev-bf7e8511088963078484132636839b59e25cf14f.tar.xz
linux-dev-bf7e8511088963078484132636839b59e25cf14f.zip
[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>
Diffstat (limited to '')
-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 269ce7f4ad66..735e9dbd39fd 100644
--- a/drivers/usb/gadget/pxa2xx_udc.c
+++ b/drivers/usb/gadget/pxa2xx_udc.c
@@ -60,7 +60,7 @@
#include <linux/usb_ch9.h>
#include <linux/usb_gadget.h>
-#include <asm/arch/hardware/intel_udc.h>
+#include <asm/arch/udc.h>
/*