Changeset 3251
- Timestamp:
- 02/07/06 11:15:27 (7 years ago)
- Location:
- lm-sensors/trunk/kernel/busses
- Files:
-
- 2 modified
-
i2c-amd756-s4882.c (modified) (1 diff)
-
i2c-keywest.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-amd756-s4882.c
r2754 r3251 39 39 #include <linux/init.h> 40 40 #include <linux/i2c.h> 41 #include <asm/semaphore.h> 41 42 42 43 #define DRV_NAME "i2c-amd756-s4882" -
lm-sensors/trunk/kernel/busses/i2c-keywest.h
r1326 r3251 1 1 #ifndef __I2C_KEYWEST_H__ 2 2 #define __I2C_KEYWEST_H__ 3 4 #include <asm/semaphore.h> 3 5 4 6 /* The Tumbler audio equalizer can be really slow sometimes */
