Changeset 5583
- Timestamp:
- 01/11/09 17:21:15 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/lib/data.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/data.c
r5176 r5583 49 49 int sensors_proc_bus_count = 0; 50 50 int sensors_proc_bus_max = 0; 51 52 static int sensors_substitute_chip(sensors_chip_name *name, int lineno);53 51 54 52 /* … … 195 193 } 196 194 197 int sensors_substitute_chip(sensors_chip_name *name, int lineno)195 static int sensors_substitute_chip(sensors_chip_name *name, int lineno) 198 196 { 199 197 int i, j;
