diff options
Diffstat (limited to 'drivers/net/skge.h')
-rw-r--r-- | drivers/net/skge.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 1f1ce88c8186..46bd950612e5 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h | |||
@@ -2399,9 +2399,8 @@ struct skge_hw { | |||
2399 | u32 ram_size; | 2399 | u32 ram_size; |
2400 | u32 ram_offset; | 2400 | u32 ram_offset; |
2401 | u16 phy_addr; | 2401 | u16 phy_addr; |
2402 | 2402 | struct work_struct phy_work; | |
2403 | struct tasklet_struct ext_tasklet; | 2403 | struct mutex phy_mutex; |
2404 | spinlock_t phy_lock; | ||
2405 | }; | 2404 | }; |
2406 | 2405 | ||
2407 | enum { | 2406 | enum { |