Show
Ignore:
Timestamp:
01/23/05 19:02:43 (8 years ago)
Author:
khali
Message:

Drop unused client id.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/ltc1710.c

    r2784 r2867  
    120120}; 
    121121 
    122 static int ltc1710_id = 0; 
    123  
    124122static int ltc1710_attach_adapter(struct i2c_adapter *adapter) 
    125123{ 
     
    185183        /* Fill in the remaining client fields and put it into the global list */ 
    186184        strcpy(new_client->name, client_name); 
    187  
    188         new_client->id = ltc1710_id++; 
    189185        data->valid = 0; 
    190186        init_MUTEX(&data->update_lock);