staging:iio:tsl2563: change lux to illuminance0_input to match new abi
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 4 May 2010 13:43:07 +0000 (14:43 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:06 +0000 (11:36 -0700)
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/light/tsl2563.c

index 1ba4aa392f6e75955415c7bd2f8e1bc16a9e74e2..911c898c30e7773ff1ab813cdc56bf7ca3a5549f 100644 (file)
@@ -592,7 +592,7 @@ static ssize_t tsl2563_calib1_store(struct device *dev,
  * once I understand what they mean */
 static DEVICE_ATTR(adc0, S_IRUGO, tsl2563_adc0_show, NULL);
 static DEVICE_ATTR(adc1, S_IRUGO, tsl2563_adc1_show, NULL);
-static DEVICE_ATTR(lux, S_IRUGO, tsl2563_lux_show, NULL);
+static DEVICE_ATTR(illuminance0_input, S_IRUGO, tsl2563_lux_show, NULL);
 static DEVICE_ATTR(calib0, S_IRUGO | S_IWUSR,
                   tsl2563_calib0_show, tsl2563_calib0_store);
 static DEVICE_ATTR(calib1, S_IRUGO | S_IWUSR,
@@ -601,7 +601,7 @@ static DEVICE_ATTR(calib1, S_IRUGO | S_IWUSR,
 static struct attribute *tsl2563_attributes[] = {
        &dev_attr_adc0.attr,
        &dev_attr_adc1.attr,
-       &dev_attr_lux.attr,
+       &dev_attr_illuminance0_input.attr,
        &dev_attr_calib0.attr,
        &dev_attr_calib1.attr,
        NULL