Rename the module from ehci-hcd.c to ehci.c. The name of the module remains the same. This is just some prepartion for later linking. Signed-off-by: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx> --- drivers/usb/host/Makefile | 1 + drivers/usb/host/{ehci-hcd.c => ehci.c} | 0 2 files changed, 1 insertions(+), 0 deletions(-) rename drivers/usb/host/{ehci-hcd.c => ehci.c} (100%) diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 624a362..92dbded 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_USB_WHCI_HCD) += whci/ obj-$(CONFIG_PCI) += pci-quirks.o +ehci-hcd-y := ehci.o obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o obj-$(CONFIG_USB_OXU210HP_HCD) += oxu210hp-hcd.o obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci.c similarity index 100% rename from drivers/usb/host/ehci-hcd.c rename to drivers/usb/host/ehci.c -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html