diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-03 01:26:13 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-07 06:10:13 -0400 |
commit | 6435909199c2d1b0aad3ebbfa01f641aaa24fa2a (patch) | |
tree | ec6019d5709213e8d06f120f9f0bb45486493760 /drivers/net/e1000/e1000.h | |
parent | a70b86ae206fdd3bef13c5ac148c22a805e83896 (diff) |
e1000: convert to set_phys_id
Based on the original patch from Stephen Hemminger.
Convert to new LED control infrastucture and remove no longer
necessary bits.
CC: Stephen Hemminger <shemminger@vyatta.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index b1b23ddd4eed..8676899120c3 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -238,9 +238,6 @@ struct e1000_adapter { | |||
238 | struct work_struct reset_task; | 238 | struct work_struct reset_task; |
239 | u8 fc_autoneg; | 239 | u8 fc_autoneg; |
240 | 240 | ||
241 | struct timer_list blink_timer; | ||
242 | unsigned long led_status; | ||
243 | |||
244 | /* TX */ | 241 | /* TX */ |
245 | struct e1000_tx_ring *tx_ring; /* One per active queue */ | 242 | struct e1000_tx_ring *tx_ring; /* One per active queue */ |
246 | unsigned int restart_queue; | 243 | unsigned int restart_queue; |