OSDN Git Service

usbip: vhci-hcd: Move VHCI platform device into vhci struct
authorYuyang Du <yuyang.du@intel.com>
Thu, 8 Jun 2017 05:04:07 +0000 (13:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 08:51:10 +0000 (10:51 +0200)
commit89a73d281fa4f58942474ada19d34d7ea39af2f4
treee3630b0bf862cdeedc0caf6eebaab2c7b12600ec
parent559e9c00b340ab4929e36a6bb176ca11f95ef46a
usbip: vhci-hcd: Move VHCI platform device into vhci struct

Every VHCI is a platform device, so move the platform_device struct
into the VHCI struct.

Signed-off-by: Yuyang Du <yuyang.du@intel.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci.h
drivers/usb/usbip/vhci_hcd.c
drivers/usb/usbip/vhci_sysfs.c