Index: lm-sensors/trunk/kernel/sensors.c
===================================================================
--- lm-sensors/trunk/kernel/sensors.c	(revision 496)
+++ lm-sensors/trunk/kernel/sensors.c	(revision 499)
@@ -738,5 +738,5 @@
     /* OK, so we really should examine this address. First check
        whether there is some client here at all! */
-    if (is_isa || (smbus_read_byte(adapter,addr) >= 0))
+    if (is_isa || (i2c_smbus_read_byte(adapter,addr) >= 0))
       if ((err = found_proc(adapter,addr,-1)))
         return err;
