Changeset 3292
- Timestamp:
- 05/14/06 16:59:37 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-amd756-s4882.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-amd756-s4882.c
r3251 r3292 49 49 50 50 /* Wrapper access functions for multiplexed SMBus */ 51 static struct semaphore amd756_lock;51 static DECLARE_MUTEX(amd756_lock); 52 52 53 53 static s32 amd756_access_virt0(struct i2c_adapter * adap, u16 addr, … … 168 168 169 169 printk(KERN_INFO "Enabling SMBus multiplexing for Tyan S4882\n"); 170 init_MUTEX(&amd756_lock);171 170 172 171 /* Define the 5 virtual adapters and algorithms structures */
