summaryrefslogtreecommitdiff
path: root/drivers/hwmon/abx500.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/abx500.h')
-rw-r--r--drivers/hwmon/abx500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/abx500.h b/drivers/hwmon/abx500.h
index 77ae7cbd5c1..65a9a8238ba 100644
--- a/drivers/hwmon/abx500.h
+++ b/drivers/hwmon/abx500.h
@@ -22,6 +22,7 @@ struct abx500_temp;
* @irq_handler: irq handler
* @show_name: hwmon device name
* @show_label: hwmon attribute label
+ * @is_visible: is attribute visible
*/
struct abx500_temp_ops {
int (*read_sensor)(struct abx500_temp *, u8);
@@ -30,6 +31,7 @@ struct abx500_temp_ops {
struct device_attribute *, char *);
ssize_t (*show_label) (struct device *,
struct device_attribute *, char *);
+ int (*is_visible)(struct attribute *, int);
};
/**