Changeset 1116
- Timestamp:
- 06/04/01 00:01:49 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm87.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm87.c
r1101 r1116 288 288 static void lm87_in(struct i2c_client *client, int operation, 289 289 int ctl_name, int *nrels_mag, long *results); 290 #if defined (LM87_AIN1) || defined (LM87_AIN2) 290 291 static void lm87_ain(struct i2c_client *client, int operation, 291 292 int ctl_name, int *nrels_mag, long *results); 293 #endif 292 294 static void lm87_fan(struct i2c_client *client, int operation, 293 295 int ctl_name, int *nrels_mag, long *results); … … 777 779 } 778 780 781 #if defined (LM87_AIN1) || defined (LM87_AIN2) 779 782 void lm87_ain(struct i2c_client *client, int operation, int ctl_name, 780 783 int *nrels_mag, long *results) … … 821 824 } 822 825 } 826 #endif 823 827 824 828 void lm87_fan(struct i2c_client *client, int operation, int ctl_name,
