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:
Bart Westgeest 2012-01-23 10:55:45 -05:00 committed by Greg Kroah-Hartman
parent 37fe58ba68
commit 98b9de2189

View File

@ -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;