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

    r2826 r2867  
    184184}; 
    185185 
    186 static int saa1064_id = 0; 
    187  
    188186static int saa1064_attach_adapter(struct i2c_adapter *adapter) 
    189187{ 
     
    246244        /* Fill in the remaining client fields and put it into the global list */ 
    247245        strcpy(new_client->name, client_name); 
    248  
    249         new_client->id = saa1064_id++; 
    250246        data->valid = 0; 
    251247        init_MUTEX(&data->update_lock);