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/matorb.c

    r2784 r2867  
    9292}; 
    9393 
    94 static int matorb_id = 0; 
    95  
    9694static int matorb_attach_adapter(struct i2c_adapter *adapter) 
    9795{ 
     
    147145        /* Fill in the remaining client fields and put it into the global list */ 
    148146        strcpy(new_client->name, client_name); 
    149  
    150         new_client->id = matorb_id++; 
    151147        data->valid = 0; 
    152148        init_MUTEX(&data->update_lock);