summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/stub.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-06 03:47:48 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 14:26:13 -0700
commit09e0650b25d1b75b16c4b6faede2f537d55b6b18 (patch)
tree84aa1d77516f14f23d9c51f1705805f79c6db054 /drivers/staging/usbip/stub.h
parent0f79847ce0caa988383767c0b1a85a1fde0344dc (diff)
staging: usbip: stub.h: coding style cleanup
Remove extraneous lines. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/stub.h')
-rw-r--r--drivers/staging/usbip/stub.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h
index 6004fcdbc1a..6d252b879d5 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,7 +88,6 @@ struct bus_id_priv {
extern struct kmem_cache *stub_priv_cache;
-
/*-------------------------------------------------------------------------*/
/* prototype declarations */