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

[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
......@@ -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>
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment