Show
Ignore:
Timestamp:
06/02/99 20:19:38 (14 years ago)
Author:
frodo
Message:

Bradley M. Keryan's patches to make lm_sensors compile against
2.3.x kernels (x >= 1).

Files:
1 modified

Legend:

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

    r466 r467  
    694694    new_client->addr = address; 
    695695  } 
    696   data->lock = MUTEX; 
     696  init_MUTEX(&data->lock); 
    697697  new_client->data = data; 
    698698  new_client->adapter = adapter; 
     
    778778  new_client->id = i; 
    779779  data->valid = 0; 
    780   data->update_lock = MUTEX; 
     780  init_MUTEX(&data->update_lock); 
    781781 
    782782  /* Tell the I2C layer a new client has arrived */