diff options
Diffstat (limited to 'include/linux/usb/serial.h')
-rw-r--r-- | include/linux/usb/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h index 488ce128885c..ef1e430f7bfa 100644 --- a/include/linux/usb/serial.h +++ b/include/linux/usb/serial.h | |||
@@ -92,6 +92,7 @@ struct usb_serial_port { | |||
92 | int open_count; | 92 | int open_count; |
93 | char throttled; | 93 | char throttled; |
94 | char throttle_req; | 94 | char throttle_req; |
95 | char console; | ||
95 | struct device dev; | 96 | struct device dev; |
96 | }; | 97 | }; |
97 | #define to_usb_serial_port(d) container_of(d, struct usb_serial_port, dev) | 98 | #define to_usb_serial_port(d) container_of(d, struct usb_serial_port, dev) |