diff options
author | Johan Hovold <jhovold@gmail.com> | 2011-11-06 13:06:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-15 13:33:12 -0500 |
commit | 4556143cab73e013d0c3fa00f0f4f4373882399e (patch) | |
tree | f5cc07c0cb9f65a0785b10a098a7f985122ec7ff /include/linux/usb | |
parent | da280e3488660042a1659cb756ae6ab0bf6f8f5f (diff) |
USB: serial: remove write_urb_busy field from usb_serial_port
Remove no longer used write_urb_busy field from struct usb_serial_port.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h index b29f70b2eca..8ccd405e900 100644 --- a/include/linux/usb/serial.h +++ b/include/linux/usb/serial.h | |||
@@ -62,7 +62,6 @@ enum port_dev_state { | |||
62 | * @bulk_out_size: the size of the bulk_out_buffer, in bytes. | 62 | * @bulk_out_size: the size of the bulk_out_buffer, in bytes. |
63 | * @write_urb: pointer to the bulk out struct urb for this port. | 63 | * @write_urb: pointer to the bulk out struct urb for this port. |
64 | * @write_fifo: kfifo used to buffer outgoing data | 64 | * @write_fifo: kfifo used to buffer outgoing data |
65 | * @write_urb_busy: port`s writing status | ||
66 | * @bulk_out_buffers: pointers to the bulk out buffers for this port | 65 | * @bulk_out_buffers: pointers to the bulk out buffers for this port |
67 | * @write_urbs: pointers to the bulk out urbs for this port | 66 | * @write_urbs: pointers to the bulk out urbs for this port |
68 | * @write_urbs_free: status bitmap the for bulk out urbs | 67 | * @write_urbs_free: status bitmap the for bulk out urbs |
@@ -103,7 +102,6 @@ struct usb_serial_port { | |||
103 | int bulk_out_size; | 102 | int bulk_out_size; |
104 | struct urb *write_urb; | 103 | struct urb *write_urb; |
105 | struct kfifo write_fifo; | 104 | struct kfifo write_fifo; |
106 | int write_urb_busy; | ||
107 | 105 | ||
108 | unsigned char *bulk_out_buffers[2]; | 106 | unsigned char *bulk_out_buffers[2]; |
109 | struct urb *write_urbs[2]; | 107 | struct urb *write_urbs[2]; |