summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Svoboda2006-06-29 21:40:00 +0200
committerLinus Torvalds2006-06-29 23:27:22 +0200
commitbf7e8511088963078484132636839b59e25cf14f (patch)
tree10ecf2ec650e8afd6372e55377f1a3e0e1eba004
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 (diff)
downloadkernel-qcow2-linux-bf7e8511088963078484132636839b59e25cf14f.tar.gz
kernel-qcow2-linux-bf7e8511088963078484132636839b59e25cf14f.tar.xz
kernel-qcow2-linux-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>
-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>
/*