Message ID | 20220417161526.138019-3-rojtberg@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Input: xpad - sync with github fork | expand |
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 257fc2c..7640cbb 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -1981,7 +1981,6 @@ static struct usb_driver xpad_driver = { .disconnect = xpad_disconnect, .suspend = xpad_suspend, .resume = xpad_resume, - .reset_resume = xpad_resume, .id_table = xpad_table, };