Changeset 1868
- Timestamp:
- 07/07/03 13:37:04 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm85.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm85.c
r1859 r1868 656 656 {LM85_SYSCTL_TACH_MODE, "tach_mode", NULL, 0, 0644, NULL, 657 657 &i2c_proc_real, &i2c_sysctl_real, NULL, &lm85_tach_mode}, 658 /* {0} The doc generator needs this. */ 658 /* {0} The doc generator needs this. */ 659 659 }; 660 660 #define CTLTBL_LM85 (sizeof(lm85_specific)/sizeof(lm85_specific[0])) … … 673 673 {ADM1027_SYSCTL_ALARM_MASK, "alarm_mask", NULL, 0, 0644, NULL, 674 674 &i2c_proc_real, &i2c_sysctl_real, NULL, &adm1027_alarm_mask}, 675 /* {0} The doc generator needs this. */ 675 /* {0} The doc generator needs this. */ 676 676 }; 677 677 #define CTLTBL_ADM1027 (sizeof(adm1027_specific)/sizeof(adm1027_specific[0])) … … 686 686 {ADT7463_SYSCTL_THERM_SIGNAL, "therm_signal", NULL, 0, 0644, NULL, 687 687 &i2c_proc_real, &i2c_sysctl_real, NULL, &adt7463_therm_signal}, 688 /* {0} The doc generator needs this. */ 688 /* {0} The doc generator needs this. */ 689 689 }; 690 690 #define CTLTBL_ADT7463 (sizeof(adt7463_specific)/sizeof(adt7463_specific[0])) … … 697 697 {EMC6D100_SYSCTL_IN7, "in7", NULL, 0, 0644, NULL, &i2c_proc_real, 698 698 &i2c_sysctl_real, NULL, &emc6d100_in}, 699 /* {0} The doc generator needs this. */ 699 700 }; 700 701 #define CTLTBL_EMC6D100 (sizeof(emc6d100_specific)/sizeof(emc6d100_specific[0]))
