Changeset 1521
- Timestamp:
- 09/04/02 14:01:24 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r1506 r1521 187 187 * Get DMI information. 188 188 */ 189 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5, 99)189 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,34) 190 190 void dmi_scan_machine(void); 191 191 #endif 192 192 static int __init ibm_dmi_probe(void) 193 193 { 194 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5, 99)194 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,34) 195 195 extern int is_unsafe_smbus; 196 196 return is_unsafe_smbus;
