]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
musb: Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h
authorTony Lindgren <tony@atomide.com>
Mon, 20 Aug 2007 06:39:24 +0000 (23:39 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Aug 2007 07:09:56 +0000 (00:09 -0700)
Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/Makefile
drivers/usb/musb/musb_core.c [moved from drivers/usb/musb/plat_uds.c with 100% similarity]
drivers/usb/musb/musb_io.h [moved from drivers/usb/musb/plat_arc.h with 100% similarity]
drivers/usb/musb/musbdefs.h

index 8ac6cd5cf78a82fedbd8cbb5e4d2f7145fce0279..9a04028343c3bbe86cea8e6693d8994316e26cd4 100644 (file)
@@ -2,7 +2,7 @@
 # for USB OTG silicon based on Mentor Graphics INVENTRA designs
 #
 
-musb_hdrc-objs := plat_uds.o
+musb_hdrc-objs := musb_core.o
 
 obj-$(CONFIG_USB_MUSB_HDRC)    += musb_hdrc.o
 
index 58cb188e173bb39a8817d369ab7128a2463cae81..a3fac894f68b6c77e3ae034eb72eb0ac27c5e285 100644 (file)
@@ -68,7 +68,7 @@ struct musb_ep;
 #include <asm/arch/hdrc_cnf.h>
 #endif
 
-#include "plat_arc.h"
+#include "musb_io.h"
 #include "musbhdrc.h"
 
 #include "musb_gadget.h"