Changeset 1498
- Timestamp:
- 08/22/02 02:54:29 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r1478 r1498 191 191 static int __init ibm_dmi_probe(void) 192 192 { 193 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,99) 194 193 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,99) 194 extern int is_unsafe_smbus; 195 return is_unsafe_smbus; 196 #else 195 197 dmi_scan_machine(); 196 #endif197 198 if(dmi_ident[DMI_SYS_VENDOR] == NULL) 198 199 return 0; … … 201 202 return 1; 202 203 return 0; 204 #endif 203 205 } 204 206 #endif
