Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf7e8511 authored by Milan Svoboda's avatar Milan Svoboda Committed by Linus Torvalds
Browse files

[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: default avatarMilan Svoboda <msvoboda@ra.rockwell.com>
[ forwarded by David Brownell <david-b@pacbell.net> ]
[ fixed to apply properly by Linus ]
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 602cada8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>


/*