aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/io_ti.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/io_ti.c')
-rw-r--r--drivers/usb/serial/io_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c
index ebf9967f7c86..4328cc702ef7 100644
--- a/drivers/usb/serial/io_ti.c
+++ b/drivers/usb/serial/io_ti.c
@@ -2982,7 +2982,7 @@ static unsigned int edge_buf_get(struct edge_buf *eb, char *buf,
2982} 2982}
2983 2983
2984 2984
2985static struct usb_serial_device_type edgeport_1port_device = { 2985static struct usb_serial_driver edgeport_1port_device = {
2986 .owner = THIS_MODULE, 2986 .owner = THIS_MODULE,
2987 .name = "Edgeport TI 1 port adapter", 2987 .name = "Edgeport TI 1 port adapter",
2988 .short_name = "edgeport_ti_1", 2988 .short_name = "edgeport_ti_1",
@@ -3010,7 +3010,7 @@ static struct usb_serial_device_type edgeport_1port_device = {
3010 .write_bulk_callback = edge_bulk_out_callback, 3010 .write_bulk_callback = edge_bulk_out_callback,
3011}; 3011};
3012 3012
3013static struct usb_serial_device_type edgeport_2port_device = { 3013static struct usb_serial_driver edgeport_2port_device = {
3014 .owner = THIS_MODULE, 3014 .owner = THIS_MODULE,
3015 .name = "Edgeport TI 2 port adapter", 3015 .name = "Edgeport TI 2 port adapter",
3016 .short_name = "edgeport_ti_2", 3016 .short_name = "edgeport_ti_2",