aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorBart Westgeest <bart@elbrys.com>2012-01-23 10:55:45 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 09:42:22 -0800
commit98b9de2189180a1c62ea1ea912e66230908305f0 (patch)
tree8c77597c1eb04121d7d0ba8e7b0dc0b49cef44de /drivers/staging/usbip
parent37fe58ba6832de1df88f3734d8e18f6da6a06971 (diff)
staging: usbip: removed unused structure field
Signed-off-by: Bart Westgeest <bart@elbrys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/stub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h
index d4073684eacd..a73e437ec215 100644
--- a/drivers/staging/usbip/stub.h
+++ b/drivers/staging/usbip/stub.h
@@ -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;