From: Bart Westgeest Date: Mon, 23 Jan 2012 15:55:45 +0000 (-0500) Subject: staging: usbip: removed unused structure field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=98b9de2189180a1c62ea1ea912e66230908305f0;p=linux-beck.git staging: usbip: removed unused structure field Signed-off-by: Bart Westgeest Signed-off-by: Greg Kroah-Hartman --- 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;