aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/skge.h')
-rw-r--r--drivers/net/skge.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h
index 941f12a333b6..1f1ce88c8186 100644
--- a/drivers/net/skge.h
+++ b/drivers/net/skge.h
@@ -2402,7 +2402,6 @@ struct skge_hw {
2402 2402
2403 struct tasklet_struct ext_tasklet; 2403 struct tasklet_struct ext_tasklet;
2404 spinlock_t phy_lock; 2404 spinlock_t phy_lock;
2405 spinlock_t hw_lock;
2406}; 2405};
2407 2406
2408enum { 2407enum {
@@ -2419,7 +2418,6 @@ struct skge_port {
2419 int port; 2418 int port;
2420 2419
2421 spinlock_t tx_lock; 2420 spinlock_t tx_lock;
2422 u32 tx_avail;
2423 struct skge_ring tx_ring; 2421 struct skge_ring tx_ring;
2424 struct skge_ring rx_ring; 2422 struct skge_ring rx_ring;
2425 2423