Skip to content

Commit

Permalink
[PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Milan Svoboda authored and Linus Torvalds committed Jun 29, 2006
1 parent 602cada commit bf7e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/pxa2xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>


/*
Expand Down

0 comments on commit bf7e851

Please sign in to comment.