diff options
author | You-Sheng Yang <vicamo.yang@canonical.com> | 2019-11-15 08:36:46 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-11-15 15:16:05 +0300 |
commit | 4f6585815084dc42089449ff32849b8069ea2604 (patch) | |
tree | 3752bf0f7fb8b1fae78359e4d2a7356e7d93325a /drivers/hid | |
parent | 847120f859cc45e074204f4cf33c8df069306eb2 (diff) | |
download | linux-4f6585815084dc42089449ff32849b8069ea2604.tar.xz |
HID: i2c-hid: remove orphaned member sleep_delay
This was introduced in commit 00b790ea545b ("HID: i2c-hid: Add a small
delay after sleep command for Raydium touchpanel") which has been
effectively reverted by commit 67b18dfb8cfc ("HID: i2c-hid: Remove
runtime power management").
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/i2c-hid/i2c-hid-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid-core.c b/drivers/hid/i2c-hid/i2c-hid-core.c index 04c088131e04..adfe344bc786 100644 --- a/drivers/hid/i2c-hid/i2c-hid-core.c +++ b/drivers/hid/i2c-hid/i2c-hid-core.c @@ -157,8 +157,6 @@ struct i2c_hid { bool irq_wake_enabled; struct mutex reset_lock; - - unsigned long sleep_delay; }; static const struct i2c_hid_quirks { |