]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: move usb/usb-common.c to usb/common/usb-common.c
authorPeter Chen <peter.chen@freescale.com>
Tue, 29 Apr 2014 00:35:58 +0000 (08:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:29:44 +0000 (15:29 -0700)
commitf4cbd33fd5f0587910fa9db403a1b42f1cabf820
tree8b1035d1db815ab20627bb448e5a24f1b5e59c64
parent0cc4cf6f3049fe174b6698016e046a233a2a6045
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: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/Makefile
drivers/usb/common/Makefile [new file with mode: 0644]
drivers/usb/common/usb-common.c [moved from drivers/usb/usb-common.c with 100% similarity]