Changeset 467 for lm-sensors/trunk/kernel/chips/adm1021.c
- Timestamp:
- 06/02/99 20:19:38 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/adm1021.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/adm1021.c
r395 r467 27 27 #include "i2c-isa.h" 28 28 #include "version.h" 29 #include "compat.h" 29 30 30 31 /* Addresses to scan */ … … 270 271 new_client->id = i; 271 272 data->valid = 0; 272 data->update_lock = MUTEX;273 init_MUTEX(&data->update_lock); 273 274 274 275 /* Tell the I2C layer a new client has arrived */
