staging: usbip: removed unused structure field
authorBart Westgeest <bart@elbrys.com>
Mon, 23 Jan 2012 15:55:45 +0000 (10:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 17:42:22 +0000 (09:42 -0800)
Signed-off-by: Bart Westgeest <bart@elbrys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/stub.h

index d407368..a73e437 100644 (file)
@@ -35,7 +35,6 @@
 struct stub_device {
        struct usb_interface *interface;
        struct usb_device *udev;
-       struct list_head list;
 
        struct usbip_device ud;
        __u32 devid;