diff options
Diffstat (limited to 'drivers/hwmon/lis3lv02d.h')
-rw-r--r-- | drivers/hwmon/lis3lv02d.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwmon/lis3lv02d.h b/drivers/hwmon/lis3lv02d.h index 223f1c0763bb..2e7597c42d80 100644 --- a/drivers/hwmon/lis3lv02d.h +++ b/drivers/hwmon/lis3lv02d.h | |||
@@ -170,6 +170,11 @@ struct acpi_lis3lv02d { | |||
170 | unsigned char is_on; /* whether the device is on or off */ | 170 | unsigned char is_on; /* whether the device is on or off */ |
171 | unsigned char usage; /* usage counter */ | 171 | unsigned char usage; /* usage counter */ |
172 | struct axis_conversion ac; /* hw -> logical axis */ | 172 | struct axis_conversion ac; /* hw -> logical axis */ |
173 | |||
174 | u32 irq; /* IRQ number */ | ||
175 | struct fasync_struct *async_queue; /* queue for the misc device */ | ||
176 | wait_queue_head_t misc_wait; /* Wait queue for the misc device */ | ||
177 | unsigned long misc_opened; /* bit0: whether the device is open */ | ||
173 | }; | 178 | }; |
174 | 179 | ||
175 | int lis3lv02d_init_device(struct acpi_lis3lv02d *dev); | 180 | int lis3lv02d_init_device(struct acpi_lis3lv02d *dev); |