Show
Ignore:
Timestamp:
07/21/99 00:46:49 (14 years ago)
Author:
kmalkki
Message:

(Kyösti)

  • renamed every smbus_* access to i2c_smbus_*
  • everything in lm_sensors2/kernel/* compiles nicely :)
Files:
1 modified

Legend:

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

    r496 r499  
    738738    /* OK, so we really should examine this address. First check 
    739739       whether there is some client here at all! */ 
    740     if (is_isa || (smbus_read_byte(adapter,addr) >= 0)) 
     740    if (is_isa || (i2c_smbus_read_byte(adapter,addr) >= 0)) 
    741741      if ((err = found_proc(adapter,addr,-1))) 
    742742        return err;