aboutsummaryrefslogtreecommitdiff
path: root/hid-tmt300rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid-tmt300rs.h')
-rw-r--r--hid-tmt300rs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h
index a875a2e..4b565ce 100644
--- a/hid-tmt300rs.h
+++ b/hid-tmt300rs.h
@@ -3,7 +3,6 @@
#include <linux/usb.h>
#include <linux/input.h>
#include <linux/module.h>
-#include <linux/hrtimer.h>
#include <linux/slab.h>
#include <linux/ktime.h>
#include <linux/fixp-arith.h>
@@ -119,7 +118,8 @@ struct t300rs_device_entry {
struct usb_interface *usbif;
struct t300rs_effect_state *states;
struct t300rs_firmware_response *firmware_response;
- struct hrtimer hrtimer;
+
+ struct delayed_work work;
int (*open)(struct input_dev *dev);
void (*close)(struct input_dev *dev);