Changeset 69

Show
Ignore:
Timestamp:
12/11/98 16:07:56 (14 years ago)
Author:
frodo
Message:

Correction of last commit

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

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

    r68 r69  
    164164  } 
    165165  proc_bus_i2c->read_proc = &read_bus_i2c; 
    166 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) 
     166#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,58)) 
    167167  proc_bus_i2c->fill_inode = &monitor_bus_i2c; 
    168168#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */ 
  • lm-sensors/trunk/src/i2c-proc.c

    r68 r69  
    164164  } 
    165165  proc_bus_i2c->read_proc = &read_bus_i2c; 
    166 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) 
     166#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,58)) 
    167167  proc_bus_i2c->fill_inode = &monitor_bus_i2c; 
    168168#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,29)) */