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

    r2784 r2867  
    160160static void fscher_wdog(struct i2c_client *client, int operation, 
    161161                        int ctl_name, int *nrels_mag, long *results); 
    162  
    163 static int fscher_id = 0; 
    164162 
    165163static struct i2c_driver fscher_driver = { 
     
    297295     global list */ 
    298296  strcpy(new_client->name, client_name); 
    299  
    300   new_client->id = fscher_id++; 
    301297  data->valid = 0; 
    302298  init_MUTEX(&data->update_lock);