aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lis3lv02d.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lis3lv02d.h')
-rw-r--r--drivers/hwmon/lis3lv02d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/lis3lv02d.h b/drivers/hwmon/lis3lv02d.h
index c6ae507e4f1e..c57f21f45676 100644
--- a/drivers/hwmon/lis3lv02d.h
+++ b/drivers/hwmon/lis3lv02d.h
@@ -202,6 +202,7 @@ struct lis3lv02d {
202 u8 whoami; /* indicates measurement precision */ 202 u8 whoami; /* indicates measurement precision */
203 s16 (*read_data) (struct lis3lv02d *lis3, int reg); 203 s16 (*read_data) (struct lis3lv02d *lis3, int reg);
204 int mdps_max_val; 204 int mdps_max_val;
205 int pwron_delay;
205 206
206 struct input_polled_dev *idev; /* input device */ 207 struct input_polled_dev *idev; /* input device */
207 struct platform_device *pdev; /* platform device */ 208 struct platform_device *pdev; /* platform device */