mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
HID: i2c-hid: remove orphaned member sleep_delay
This was introduced in commit00b790ea54("HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel") which has been effectively reverted by commit67b18dfb8c("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>
This commit is contained in:
parent
847120f859
commit
4f65858150
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user