diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index 7d160306b651..6b5c0231225c 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -893,9 +893,6 @@ struct s2io_nic { | |||
893 | u16 all_multi_pos; | 893 | u16 all_multi_pos; |
894 | u16 promisc_flg; | 894 | u16 promisc_flg; |
895 | 895 | ||
896 | /* Id timer, used to blink NIC to physically identify NIC. */ | ||
897 | struct timer_list id_timer; | ||
898 | |||
899 | /* Restart timer, used to restart NIC if the device is stuck and | 896 | /* Restart timer, used to restart NIC if the device is stuck and |
900 | * a schedule task that will set the correct Link state once the | 897 | * a schedule task that will set the correct Link state once the |
901 | * NIC's PHY has stabilized after a state change. | 898 | * NIC's PHY has stabilized after a state change. |