Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4cbd33f authored by Peter Chen's avatar Peter Chen Committed by Greg Kroah-Hartman
Browse files

usb: move usb/usb-common.c to usb/common/usb-common.c



Since we will have more usb-common things, and it will let
usb-common.c be larger and larger, we create a folder named usb/common
for all usb common things.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0cc4cf6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,4 +59,4 @@ obj-$(CONFIG_USB_CHIPIDEA) += chipidea/
obj-$(CONFIG_USB_RENESAS_USBHS)	+= renesas_usbhs/
obj-$(CONFIG_USB_GADGET)	+= gadget/

obj-$(CONFIG_USB_COMMON)	+= usb-common.o
obj-$(CONFIG_USB_COMMON)	+= common/
+5 −0
Original line number Diff line number Diff line
#
# Makefile for the usb common parts.
#

obj-$(CONFIG_USB_COMMON) += usb-common.o
+0 −0

File moved.