mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
staging: usbip: removed unused structure field
Signed-off-by: Bart Westgeest <bart@elbrys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
37fe58ba68
commit
98b9de2189
@ -35,7 +35,6 @@
|
|||||||
struct stub_device {
|
struct stub_device {
|
||||||
struct usb_interface *interface;
|
struct usb_interface *interface;
|
||||||
struct usb_device *udev;
|
struct usb_device *udev;
|
||||||
struct list_head list;
|
|
||||||
|
|
||||||
struct usbip_device ud;
|
struct usbip_device ud;
|
||||||
__u32 devid;
|
__u32 devid;
|
||||||
|
Loading…
Reference in New Issue
Block a user