X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fstaging%2Fusbip%2Fstub.h;h=bfea5dcd6adbfeb1f45a6d0d0969b5e41d3eff0f;hb=6a298401fcdefdbff734b137c1b67df9d5849103;hp=6004fcdbc1a4bd2b8d71fa4d7c54c6621e4af3c9;hpb=5818fcc8bd1b27af4d40b8357b91a56cc3fae6a4;p=~andy%2Flinux diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h index 6004fcdbc1a..bfea5dcd6ad 100644 --- a/drivers/staging/usbip/stub.h +++ b/drivers/staging/usbip/stub.h @@ -58,7 +58,6 @@ struct stub_device { struct list_head unlink_tx; struct list_head unlink_free; - wait_queue_head_t tx_waitq; }; @@ -89,10 +88,6 @@ struct bus_id_priv { extern struct kmem_cache *stub_priv_cache; - -/*-------------------------------------------------------------------------*/ -/* prototype declarations */ - /* stub_tx.c */ void stub_complete(struct urb *); int stub_tx_loop(void *data);