Changeset 1037 for lm-sensors/trunk/kernel/chips/icspll.c
- Timestamp:
- 03/20/01 00:56:55 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/icspll.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/icspll.c
r1015 r1037 51 51 /* Addresses to scan */ 52 52 #define ADDRESS 0x69 53 static unsigned short normal_i2c[] = { SENSORS_I2C_END };54 static unsigned short normal_i2c_range[] = { ADDRESS, ADDRESS, SENSORS_I2C_END};53 static unsigned short normal_i2c[] = { ADDRESS, SENSORS_I2C_END }; 54 static unsigned short normal_i2c_range[] = { SENSORS_I2C_END }; 55 55 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 56 56 static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
