Skip to content

Commit f666604

Browse files
Dr. David Alan Gilbertjhovold
authored andcommitted
USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'
'spcp8x5_usb_ctrl_arg' has been unused since the original commit 619a6f1 ("USB: add usb-serial spcp8x5 driver"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 22a40d1 commit f666604

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/usb/serial/spcp8x5.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ static const struct usb_device_id id_table[] = {
4949
};
5050
MODULE_DEVICE_TABLE(usb, id_table);
5151

52-
struct spcp8x5_usb_ctrl_arg {
53-
u8 type;
54-
u8 cmd;
55-
u8 cmd_type;
56-
u16 value;
57-
u16 index;
58-
u16 length;
59-
};
60-
61-
6252
/* spcp8x5 spec register define */
6353
#define MCR_CONTROL_LINE_RTS 0x02
6454
#define MCR_CONTROL_LINE_DTR 0x01

0 commit comments

Comments
 (0)