Message ID | 20220818154411.510308-3-rojtberg@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | a17b9841152e7f4621619902b347e2cc39c32996 |
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 629646b..4e01056 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -1991,7 +1991,6 @@ static struct usb_driver xpad_driver = { .disconnect = xpad_disconnect, .suspend = xpad_suspend, .resume = xpad_resume, - .reset_resume = xpad_resume, .id_table = xpad_table, };