usb: Add driver/usb/core/(port.c,hub.h) files
authorLan Tianyu <tianyu.lan@intel.com>
Fri, 11 Jan 2013 12:10:38 +0000 (20:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 23:49:00 +0000 (15:49 -0800)
commit6e30d7cba992d626c9d16b3873a7b90c700d0e95
tree5e9ac38284a4a23c87ef51e884b428cb4ef86725
parenta29c408521b2b8969fead6aa3c7819800d6b473a
usb: Add driver/usb/core/(port.c,hub.h) files

This patch is to create driver/usb/core/(port.c,hub.h) files and move usb
port related code into port.c.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/Makefile
drivers/usb/core/hub.c
drivers/usb/core/hub.h [new file with mode: 0644]
drivers/usb/core/port.c [new file with mode: 0644]