USB: serial: remove write wait queue
authorJohan Hovold <johan@kernel.org>
Mon, 26 Oct 2020 10:44:21 +0000 (11:44 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 4 Nov 2020 10:11:29 +0000 (11:11 +0100)
commit179dfb954790410f65605f1c479c029c2cd73c55
treefcc152411ef7af3ed36bf56f7d7ecf5431cab001
parent5098e77962e7c8947f87bd8c5869c83e000a522a
USB: serial: remove write wait queue

The digi_acceleport driver is the only driver still using the port
write wake queue so move it to that driver's port data.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/digi_acceleport.c
include/linux/usb/serial.h