diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:01:41 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:01:41 -0400 |
commit | 3fdbc340876572e8b467d199946b7b475cb9cd75 (patch) | |
tree | cc305d68ddf98c028d2e9a032580743b02414cf5 /drivers/hwmon/ams/ams.h | |
parent | d5cf2b99dac2e3ff17c7a80fcc71e538b38a3c75 (diff) |
HWMON: ams - convert to use input-polldev
Switch to using input-polldev skeleton instead of implementing polling
loop by itself.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Diffstat (limited to 'drivers/hwmon/ams/ams.h')
-rw-r--r-- | drivers/hwmon/ams/ams.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hwmon/ams/ams.h b/drivers/hwmon/ams/ams.h index 240730e6bcde..a6221e5dd984 100644 --- a/drivers/hwmon/ams/ams.h +++ b/drivers/hwmon/ams/ams.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #include <linux/i2c.h> | 1 | #include <linux/i2c.h> |
2 | #include <linux/input.h> | 2 | #include <linux/input-polldev.h> |
3 | #include <linux/kthread.h> | 3 | #include <linux/kthread.h> |
4 | #include <linux/mutex.h> | 4 | #include <linux/mutex.h> |
5 | #include <linux/spinlock.h> | 5 | #include <linux/spinlock.h> |
@@ -52,8 +52,7 @@ struct ams { | |||
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | /* Joystick emulation */ | 54 | /* Joystick emulation */ |
55 | struct task_struct *kthread; | 55 | struct input_polled_dev *idev; |
56 | struct input_dev *idev; | ||
57 | __u16 bustype; | 56 | __u16 bustype; |
58 | 57 | ||
59 | /* calibrated null values */ | 58 | /* calibrated null values */ |