|
@@ -63,11 +63,11 @@ struct hwmon_thermal_data {
|
|
};
|
|
};
|
|
|
|
|
|
static ssize_t
|
|
static ssize_t
|
|
-show_name(struct device *dev, struct device_attribute *attr, char *buf)
|
|
|
|
|
|
+name_show(struct device *dev, struct device_attribute *attr, char *buf)
|
|
{
|
|
{
|
|
return sprintf(buf, "%s\n", to_hwmon_device(dev)->name);
|
|
return sprintf(buf, "%s\n", to_hwmon_device(dev)->name);
|
|
}
|
|
}
|
|
-static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
|
|
|
|
|
+static DEVICE_ATTR_RO(name);
|
|
|
|
|
|
static struct attribute *hwmon_dev_attrs[] = {
|
|
static struct attribute *hwmon_dev_attrs[] = {
|
|
&dev_attr_name.attr,
|
|
&dev_attr_name.attr,
|