USB: microtek: remove unused semaphore
No current references, so removing it. Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f476fbaba7
commit
d99388aa0a
|
@ -794,7 +794,6 @@ static int mts_usb_probe(struct usb_interface *intf,
|
|||
|
||||
new_desc->usb_dev = dev;
|
||||
new_desc->usb_intf = intf;
|
||||
init_MUTEX(&new_desc->lock);
|
||||
|
||||
/* endpoints */
|
||||
new_desc->ep_out = ep_out;
|
||||
|
|
|
@ -39,7 +39,6 @@ struct mts_desc {
|
|||
u8 ep_image;
|
||||
|
||||
struct Scsi_Host * host;
|
||||
struct semaphore lock;
|
||||
|
||||
struct urb *urb;
|
||||
struct mts_transfer_context context;
|
||||
|
|
Loading…
Reference in New Issue