Changeset 32
- Timestamp:
- 12/04/98 16:16:49 (14 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
kernel/i2c-proc.c (modified) (1 diff)
-
src/i2c-proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/i2c-proc.c
r22 r32 371 371 return res; 372 372 } 373 373 374 374 i2cproc_proc_entries[i] = proc_entry; 375 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */ 376 375 377 i2cproc_inodes[i] = proc_entry->low_ino; 376 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */377 378 return 0; 378 379 } -
lm-sensors/trunk/src/i2c-proc.c
r22 r32 371 371 return res; 372 372 } 373 373 374 374 i2cproc_proc_entries[i] = proc_entry; 375 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */ 376 375 377 i2cproc_inodes[i] = proc_entry->low_ino; 376 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */377 378 return 0; 378 379 }
