ソースを参照

[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>
Milan Svoboda 19 年 前
コミット
bf7e851108
1 ファイル変更1 行追加1 行削除
  1. 1 1
      drivers/usb/gadget/pxa2xx_udc.c

+ 1 - 1
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>
 
 
 /*