sfc: Delete unused efx_blinker::led_num field

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings
2009-02-27 13:07:42 +00:00
committed by David S. Miller
parent d2d2c37314
commit b4a44a6987
2 changed files with 0 additions and 3 deletions

View File

@@ -385,13 +385,11 @@ struct efx_channel {
/**
* struct efx_blinker - S/W LED blinking context
* @led_num: LED ID (board-specific meaning)
* @state: Current state - on or off
* @resubmit: Timer resubmission flag
* @timer: Control timer for blinking
*/
struct efx_blinker {
int led_num;
bool state;
bool resubmit;
struct timer_list timer;