From: Kyungmin Park Date: Fri, 25 Jan 2008 02:03:54 +0000 (+0900) Subject: ARM: OMAP: Fix OMAP_UDC compile X-Git-Tag: v2.6.24-omap1~11 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5ef9027e96bf3d573d5af304ccace8cded6d87cc;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fix OMAP_UDC compile Remove non-exist include file. It's changed to Signed-off-by: Kyungmin Park Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 234a0e92485..91a27ab0ad1 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c @@ -55,7 +55,6 @@ #include #include "omap_udc.h" -#include "../../../arch/arm/mach-omap2/control.h" #undef USB_TRACE