From: Tony Lindgren Date: Mon, 20 Aug 2007 08:24:11 +0000 (-0700) Subject: musb: Rename virthub.c musb_virthub.c X-Git-Tag: v2.6.23-omap1~155 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ea42a6c7fe1313191e6f0cb6394dceda607cbb8a;p=linux-2.6-omap-h63xx.git musb: Rename virthub.c musb_virthub.c Rename virthub.c musb_virthub.c Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 72d9a4abfae..b66e66e8260 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile @@ -23,7 +23,7 @@ ifeq ($(CONFIG_USB_GADGET_MUSB_HDRC),y) endif ifeq ($(CONFIG_USB_MUSB_HDRC_HCD),y) - musb_hdrc-objs += virthub.o musb_host.o + musb_hdrc-objs += musb_virthub.o musb_host.o endif # the kconfig must guarantee that only one of the diff --git a/drivers/usb/musb/virthub.c b/drivers/usb/musb/musb_virthub.c similarity index 100% rename from drivers/usb/musb/virthub.c rename to drivers/usb/musb/musb_virthub.c