diff options
Diffstat (limited to 'drivers/usb/serial/ch341.c')
-rw-r--r-- | drivers/usb/serial/ch341.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/ch341.c b/drivers/usb/serial/ch341.c index 70c46b0426ff..ba4f067cf277 100644 --- a/drivers/usb/serial/ch341.c +++ b/drivers/usb/serial/ch341.c | |||
@@ -599,11 +599,8 @@ static struct usb_driver ch341_driver = { | |||
599 | .name = "ch341", | 599 | .name = "ch341", |
600 | .probe = usb_serial_probe, | 600 | .probe = usb_serial_probe, |
601 | .disconnect = usb_serial_disconnect, | 601 | .disconnect = usb_serial_disconnect, |
602 | .suspend = usb_serial_suspend, | ||
603 | .resume = usb_serial_resume, | ||
604 | .reset_resume = ch341_reset_resume, | 602 | .reset_resume = ch341_reset_resume, |
605 | .id_table = id_table, | 603 | .id_table = id_table, |
606 | .supports_autosuspend = 1, | ||
607 | }; | 604 | }; |
608 | 605 | ||
609 | static struct usb_serial_driver ch341_device = { | 606 | static struct usb_serial_driver ch341_device = { |