diff options
Diffstat (limited to 'drivers/hwmon/lis3lv02d.h')
-rw-r--r-- | drivers/hwmon/lis3lv02d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/lis3lv02d.h b/drivers/hwmon/lis3lv02d.h index 692e2442ce08..854091380e33 100644 --- a/drivers/hwmon/lis3lv02d.h +++ b/drivers/hwmon/lis3lv02d.h | |||
@@ -233,6 +233,7 @@ struct lis3lv02d { | |||
233 | struct platform_device *pdev; /* platform device */ | 233 | struct platform_device *pdev; /* platform device */ |
234 | atomic_t count; /* interrupt count after last read */ | 234 | atomic_t count; /* interrupt count after last read */ |
235 | struct axis_conversion ac; /* hw -> logical axis */ | 235 | struct axis_conversion ac; /* hw -> logical axis */ |
236 | int mapped_btns[3]; | ||
236 | 237 | ||
237 | u32 irq; /* IRQ number */ | 238 | u32 irq; /* IRQ number */ |
238 | struct fasync_struct *async_queue; /* queue for the misc device */ | 239 | struct fasync_struct *async_queue; /* queue for the misc device */ |