]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
musb: Rename g_ep0.c musb_gadget_ep0.c
authorTony Lindgren <tony@atomide.com>
Mon, 20 Aug 2007 08:21:52 +0000 (01:21 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Aug 2007 07:12:06 +0000 (00:12 -0700)
Rename g_ep0.c musb_gadget_ep0.c

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/Makefile
drivers/usb/musb/musb_gadget_ep0.c [moved from drivers/usb/musb/g_ep0.c with 100% similarity]

index 9a04028343c3bbe86cea8e6693d8994316e26cd4..72d9a4abfae3fd7d04d2b7b2a0ffaaf7217214b4 100644 (file)
@@ -19,7 +19,7 @@ ifeq ($(CONFIG_ARCH_OMAP2430),y)
 endif
 
 ifeq ($(CONFIG_USB_GADGET_MUSB_HDRC),y)
-       musb_hdrc-objs          += g_ep0.o musb_gadget.o
+       musb_hdrc-objs          += musb_gadget_ep0.o musb_gadget.o
 endif
 
 ifeq ($(CONFIG_USB_MUSB_HDRC_HCD),y)