Commit 4f658581 authored by You-Sheng Yang's avatar You-Sheng Yang Committed by Jiri Kosina

HID: i2c-hid: remove orphaned member sleep_delay

This was introduced in commit 00b790ea ("HID: i2c-hid: Add a small
delay after sleep command for Raydium touchpanel") which has been
effectively reverted by commit 67b18dfb ("HID: i2c-hid: Remove
runtime power management").
Signed-off-by: default avatarYou-Sheng Yang <vicamo.yang@canonical.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 847120f8
...@@ -157,8 +157,6 @@ struct i2c_hid { ...@@ -157,8 +157,6 @@ struct i2c_hid {
bool irq_wake_enabled; bool irq_wake_enabled;
struct mutex reset_lock; struct mutex reset_lock;
unsigned long sleep_delay;
}; };
static const struct i2c_hid_quirks { static const struct i2c_hid_quirks {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment