Changeset 3926
- Timestamp:
- 10/10/04 12:58:53 (4 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c-proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3925 r3926 19 19 20 20 2.9.0 (2004????) 21 i2c-proc.c: Increase SENSORS_ENTRY_MAX to 24 21 22 22 23 2.8.8 (20041007) i2c/trunk/kernel/i2c-proc.c
r3922 r3926 53 53 void **context); 54 54 55 #define SENSORS_ENTRY_MAX 2 055 #define SENSORS_ENTRY_MAX 24 56 56 static struct ctl_table_header *i2c_entries[SENSORS_ENTRY_MAX]; 57 57
