Revert "[POWERPC] Rename get_property to of_get_property: drivers"
[pandora-kernel.git] / drivers / macintosh / windfarm_max6690_sensor.c
index eaa74af..eae1189 100644 (file)
@@ -134,7 +134,7 @@ static int wf_max6690_attach(struct i2c_adapter *adapter)
                if (!device_is_compatible(dev, "max6690"))
                        continue;
                addr = pmac_i2c_get_dev_addr(dev);
-               loc = of_get_property(dev, "hwsensor-location", NULL);
+               loc = get_property(dev, "hwsensor-location", NULL);
                if (loc == NULL || addr == 0)
                        continue;
                printk("found max6690, loc=%s addr=0x%02x\n", loc, addr);