Rename dwc3-pci.c to pci.c. There will be multiple source files to
create dwc3-pci module, so dwc3-pci.c needs to use a different name than
the module name.

Signed-off-by: Thinh Nguyen <thi...@synopsys.com>
---
 drivers/usb/dwc3/Makefile              | 2 ++
 drivers/usb/dwc3/{dwc3-pci.c => pci.c} | 0
 2 files changed, 2 insertions(+)
 rename drivers/usb/dwc3/{dwc3-pci.c => pci.c} (100%)

diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile
index 7ac725038f8d..272b6f9fba28 100644
--- a/drivers/usb/dwc3/Makefile
+++ b/drivers/usb/dwc3/Makefile
@@ -48,3 +48,5 @@ obj-$(CONFIG_USB_DWC3_PCI)            += dwc3-pci.o
 obj-$(CONFIG_USB_DWC3_KEYSTONE)                += dwc3-keystone.o
 obj-$(CONFIG_USB_DWC3_OF_SIMPLE)       += dwc3-of-simple.o
 obj-$(CONFIG_USB_DWC3_ST)              += dwc3-st.o
+
+dwc3-pci-y                             := pci.o
diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/pci.c
similarity index 100%
rename from drivers/usb/dwc3/dwc3-pci.c
rename to drivers/usb/dwc3/pci.c
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to