summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorBart Westgeest2012-01-23 16:55:45 +0100
committerGreg Kroah-Hartman2012-02-09 18:42:22 +0100
commit98b9de2189180a1c62ea1ea912e66230908305f0 (patch)
tree8c77597c1eb04121d7d0ba8e7b0dc0b49cef44de /drivers/staging/usbip
parentstaging: drm/omap: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. (diff)
downloadkernel-qcow2-linux-98b9de2189180a1c62ea1ea912e66230908305f0.tar.gz
kernel-qcow2-linux-98b9de2189180a1c62ea1ea912e66230908305f0.tar.xz
kernel-qcow2-linux-98b9de2189180a1c62ea1ea912e66230908305f0.zip
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;