From: Tony Lindgren Date: Mon, 20 Aug 2007 06:39:24 +0000 (-0700) Subject: musb: Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h X-Git-Tag: v2.6.23-omap1~159 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=beffd9963e683c335a25ee3d37654c3c2b6085b1;p=linux-2.6-omap-h63xx.git musb: Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 8ac6cd5cf78..9a04028343c 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile @@ -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 diff --git a/drivers/usb/musb/plat_uds.c b/drivers/usb/musb/musb_core.c similarity index 100% rename from drivers/usb/musb/plat_uds.c rename to drivers/usb/musb/musb_core.c diff --git a/drivers/usb/musb/plat_arc.h b/drivers/usb/musb/musb_io.h similarity index 100% rename from drivers/usb/musb/plat_arc.h rename to drivers/usb/musb/musb_io.h diff --git a/drivers/usb/musb/musbdefs.h b/drivers/usb/musb/musbdefs.h index 58cb188e173..a3fac894f68 100644 --- a/drivers/usb/musb/musbdefs.h +++ b/drivers/usb/musb/musbdefs.h @@ -68,7 +68,7 @@ struct musb_ep; #include #endif -#include "plat_arc.h" +#include "musb_io.h" #include "musbhdrc.h" #include "musb_gadget.h"