aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio/common.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-12-01 16:36:15 -0800
committerJeff Garzik <jeff@garzik.org>2006-12-02 00:24:49 -0500
commit415294ecbb32ddbd0a7a2b7bae0b60fedfa09cc4 (patch)
tree63ffe69705078a0ac11e3740488cd5af2159f1eb /drivers/net/chelsio/common.h
parent1270266cf94c0de5bd1121f15aff9af8556dee84 (diff)
[PATCH] chelsio: remove unused mutex
This mutex is unused in current (non TOE) code. Signed-off-by: Stephen Hemminger<shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r--drivers/net/chelsio/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h
index 5d9dd14427c..efe1f668528 100644
--- a/drivers/net/chelsio/common.h
+++ b/drivers/net/chelsio/common.h
@@ -212,7 +212,6 @@ struct adapter {
struct work_struct stats_update_task;
struct timer_list stats_update_timer;
- struct semaphore mib_mutex;
spinlock_t tpi_lock;
spinlock_t work_lock;
/* guards async operations */