aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-07-11 03:55:41 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-07-15 12:19:03 -0400
commita835fc372bb42dfb4858ad8e3d1f4ab28ead75f1 (patch)
tree91f39a7af5df681a0e1e0c8cc5a2a56a324d782e /at76_usb.h
parent50501f2ba5dcf43081750bbe802105dfb5008584 (diff)
[PATCH] Remove priv->open_count, it's write-only
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/at76_usb.h b/at76_usb.h
index ec022c6..f94f479 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -455,7 +455,6 @@ struct at76_priv {
struct urb *read_urb;
unsigned int tx_bulk_pipe; /* bulk out endpoint */
- int open_count; /* number of times this port has been opened */
struct mutex mtx; /* locks this structure */
/* work queues */