]> git.karo-electronics.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)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:11 +0000 (21:18 -0600)
commit89d97725b21403a343d01d4ad624b18b78226963
tree93986958d74e5967055c25f8310aa1e663a2dc40
parentb7f815025e7723dec55db2e0591ce90de86cedf7
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]