Changeset 1521

Show
Ignore:
Timestamp:
09/04/02 14:01:24 (11 years ago)
Author:
mds
Message:

set kernel version for is_unsafe_smbus to 2.5.34.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-piix4.c

    r1506 r1521  
    187187 * Get DMI information. 
    188188 */ 
    189 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,99) 
     189#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,34) 
    190190void dmi_scan_machine(void); 
    191191#endif 
    192192static int __init ibm_dmi_probe(void) 
    193193{ 
    194 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,99) 
     194#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,34) 
    195195        extern int is_unsafe_smbus; 
    196196        return is_unsafe_smbus;