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

    r2784 r2867  
    217217static void fscscy_intrusion(struct i2c_client *client, int operation, 
    218218                        int ctl_name, int *nrels_mag, long *results); 
    219  
    220 static int fscscy_id = 0; 
    221219 
    222220static struct i2c_driver fscscy_driver = { 
     
    359357        /* Fill in the remaining client fields and put it into the global list */ 
    360358        strcpy(new_client->name, client_name); 
    361  
    362         new_client->id = fscscy_id++; 
    363359        data->valid = 0; 
    364360        init_MUTEX(&data->update_lock);