Changeset 1850 for lm-sensors/trunk/kernel/chips/lm85.c
- Timestamp:
- 07/04/03 10:41:28 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm85.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm85.c
r1811 r1850 630 630 {LM85_SYSCTL_TACH_MODE, "tach_mode", NULL, 0, 0644, NULL, 631 631 &i2c_proc_real, &i2c_sysctl_real, NULL, &lm85_tach_mode}, 632 /* {0} The doc generator needs this. */ 632 633 }; 633 634 #define CTLTBL_LM85 (sizeof(lm85_specific)/sizeof(lm85_specific[0])) … … 646 647 {ADM1027_SYSCTL_ALARM_MASK, "alarm_mask", NULL, 0, 0644, NULL, 647 648 &i2c_proc_real, &i2c_sysctl_real, NULL, &adm1027_alarm_mask}, 649 /* {0} The doc generator needs this. */ 648 650 }; 649 651 #define CTLTBL_ADM1027 (sizeof(adm1027_specific)/sizeof(adm1027_specific[0])) … … 658 660 {ADT7463_SYSCTL_THERM_SIGNAL, "therm_signal", NULL, 0, 0644, NULL, 659 661 &i2c_proc_real, &i2c_sysctl_real, NULL, &adt7463_therm_signal}, 662 /* {0} The doc generator needs this. */ 660 663 }; 661 664 #define CTLTBL_ADT7463 (sizeof(adt7463_specific)/sizeof(adt7463_specific[0]))
