diff options
author | Johan Hovold <johan@kernel.org> | 2021-03-30 16:38:17 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2021-04-01 10:03:45 +0200 |
commit | 53366a9f917a8601dcad0fd9768d5956cd2f99a6 (patch) | |
tree | 0988d7fef13c93dc1fc8b80d95bb88cb14512f1d /include/linux/usb | |
parent | ea7ada4de2f7406150dd35ecd0302842587a464e (diff) |
USB: serial: drop unused suspending flag
The suspending flag was added back in 2009 but no users ever followed.
Remove it.
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h index 952272002e48..7efba6caaadc 100644 --- a/include/linux/usb/serial.h +++ b/include/linux/usb/serial.h @@ -146,7 +146,6 @@ struct usb_serial { struct usb_serial_driver *type; struct usb_interface *interface; unsigned char disconnected:1; - unsigned char suspending:1; unsigned char attached:1; unsigned char minors_reserved:1; unsigned char num_ports; |