Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usbip: remove struct usb_device_id table | Valentina Manea | 2014-08-25 | 1 | -27/+0 |
| | | | | | | | | | This was used back when usbip-host was an interface device driver; after the conversion to device driver, the table remained unused. Remove it in order to stop receiving a warning about it. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | usbip: move usbip kernel code out of staging | Valentina Manea | 2014-08-25 | 17 | -0/+5664 |
At this point, USB/IP kernel code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |