mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
USB: serial: drop driver owner initialization
Core in usb_serial_register_drivers() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
af8a6e65f4
commit
6d243588e9
@ -138,7 +138,6 @@ static void aircable_process_read_urb(struct urb *urb)
|
||||
|
||||
static struct usb_serial_driver aircable_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "aircable",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -599,7 +599,6 @@ static void ark3116_process_read_urb(struct urb *urb)
|
||||
|
||||
static struct usb_serial_driver ark3116_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ark3116",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -66,7 +66,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
/* All of the device info needed for the serial converters */
|
||||
static struct usb_serial_driver belkin_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "belkin",
|
||||
},
|
||||
.description = "Belkin / Peracom / GoHubs USB Serial Adapter",
|
||||
|
@ -837,7 +837,6 @@ static int ch341_reset_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver ch341_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ch341-uart",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -299,7 +299,6 @@ struct cp210x_port_private {
|
||||
|
||||
static struct usb_serial_driver cp210x_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cp210x",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -67,7 +67,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver cyberjack_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cyberjack",
|
||||
},
|
||||
.description = "Reiner SCT Cyberjack USB card reader",
|
||||
|
@ -139,7 +139,6 @@ static void cypress_write_int_callback(struct urb *urb);
|
||||
|
||||
static struct usb_serial_driver cypress_earthmate_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "earthmate",
|
||||
},
|
||||
.description = "DeLorme Earthmate USB",
|
||||
@ -166,7 +165,6 @@ static struct usb_serial_driver cypress_earthmate_device = {
|
||||
|
||||
static struct usb_serial_driver cypress_hidcom_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cyphidcom",
|
||||
},
|
||||
.description = "HID->COM RS232 Adapter",
|
||||
@ -192,7 +190,6 @@ static struct usb_serial_driver cypress_hidcom_device = {
|
||||
|
||||
static struct usb_serial_driver cypress_ca42v2_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "nokiaca42v2",
|
||||
},
|
||||
.description = "Nokia CA-42 V2 Adapter",
|
||||
|
@ -262,7 +262,6 @@ MODULE_DEVICE_TABLE(usb, id_table_combined);
|
||||
|
||||
static struct usb_serial_driver digi_acceleport_2_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "digi_2",
|
||||
},
|
||||
.description = "Digi 2 port USB adapter",
|
||||
@ -293,7 +292,6 @@ static struct usb_serial_driver digi_acceleport_2_device = {
|
||||
|
||||
static struct usb_serial_driver digi_acceleport_4_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "digi_4",
|
||||
},
|
||||
.description = "Digi 4 port USB adapter",
|
||||
|
@ -43,7 +43,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver empeg_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "empeg",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -967,7 +967,6 @@ static int f81232_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver f81232_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "f81232",
|
||||
},
|
||||
.id_table = f81232_id_table,
|
||||
@ -994,7 +993,6 @@ static struct usb_serial_driver f81232_device = {
|
||||
|
||||
static struct usb_serial_driver f81534a_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "f81534a",
|
||||
},
|
||||
.id_table = f81534a_id_table,
|
||||
|
@ -1538,7 +1538,6 @@ static int f81534_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver f81534_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "f81534",
|
||||
},
|
||||
.description = DRIVER_DESC,
|
||||
|
@ -2871,7 +2871,6 @@ static int ftdi_ioctl(struct tty_struct *tty,
|
||||
|
||||
static struct usb_serial_driver ftdi_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ftdi_sio",
|
||||
.dev_groups = ftdi_groups,
|
||||
},
|
||||
|
@ -1412,7 +1412,6 @@ static void garmin_port_remove(struct usb_serial_port *port)
|
||||
/* All of the device info needed */
|
||||
static struct usb_serial_driver garmin_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "garmin_gps",
|
||||
},
|
||||
.description = "Garmin GPS usb/tty",
|
||||
|
@ -63,7 +63,6 @@ static int usb_serial_generic_calc_num_ports(struct usb_serial *serial,
|
||||
|
||||
static struct usb_serial_driver usb_serial_generic_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "generic",
|
||||
},
|
||||
.id_table = generic_device_ids,
|
||||
|
@ -2978,7 +2978,6 @@ static void edge_port_remove(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver edgeport_2port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "edgeport_2",
|
||||
},
|
||||
.description = "Edgeport 2 port adapter",
|
||||
@ -3013,7 +3012,6 @@ static struct usb_serial_driver edgeport_2port_device = {
|
||||
|
||||
static struct usb_serial_driver edgeport_4port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "edgeport_4",
|
||||
},
|
||||
.description = "Edgeport 4 port adapter",
|
||||
@ -3048,7 +3046,6 @@ static struct usb_serial_driver edgeport_4port_device = {
|
||||
|
||||
static struct usb_serial_driver edgeport_8port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "edgeport_8",
|
||||
},
|
||||
.description = "Edgeport 8 port adapter",
|
||||
@ -3083,7 +3080,6 @@ static struct usb_serial_driver edgeport_8port_device = {
|
||||
|
||||
static struct usb_serial_driver epic_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "epic",
|
||||
},
|
||||
.description = "EPiC device",
|
||||
|
@ -2670,7 +2670,6 @@ static int edge_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver edgeport_1port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "edgeport_ti_1",
|
||||
},
|
||||
.description = "Edgeport TI 1 port adapter",
|
||||
@ -2708,7 +2707,6 @@ static struct usb_serial_driver edgeport_1port_device = {
|
||||
|
||||
static struct usb_serial_driver edgeport_2port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "edgeport_ti_2",
|
||||
},
|
||||
.description = "Edgeport TI 2 port adapter",
|
||||
|
@ -496,7 +496,6 @@ MODULE_DEVICE_TABLE(usb, ipaq_id_table);
|
||||
/* All of the device info needed for the Compaq iPAQ */
|
||||
static struct usb_serial_driver ipaq_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ipaq",
|
||||
},
|
||||
.description = "PocketPC PDA",
|
||||
|
@ -285,7 +285,6 @@ static void ipw_close(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver ipw_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ipw",
|
||||
},
|
||||
.description = "IPWireless converter",
|
||||
|
@ -71,7 +71,6 @@ MODULE_DEVICE_TABLE(usb, ir_id_table);
|
||||
|
||||
static struct usb_serial_driver ir_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ir-usb",
|
||||
},
|
||||
.description = "IR Dongle",
|
||||
|
@ -1157,7 +1157,6 @@ static int iuu_remove_sysfs_attrs(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver iuu_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "iuu_phoenix",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -3001,7 +3001,6 @@ static void keyspan_port_remove(struct usb_serial_port *port)
|
||||
/* Structs for the devices, pre and post renumeration. */
|
||||
static struct usb_serial_driver keyspan_pre_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_no_firm",
|
||||
},
|
||||
.description = "Keyspan - (without firmware)",
|
||||
@ -3012,7 +3011,6 @@ static struct usb_serial_driver keyspan_pre_device = {
|
||||
|
||||
static struct usb_serial_driver keyspan_1port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_1",
|
||||
},
|
||||
.description = "Keyspan 1 port adapter",
|
||||
@ -3036,7 +3034,6 @@ static struct usb_serial_driver keyspan_1port_device = {
|
||||
|
||||
static struct usb_serial_driver keyspan_2port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_2",
|
||||
},
|
||||
.description = "Keyspan 2 port adapter",
|
||||
@ -3060,7 +3057,6 @@ static struct usb_serial_driver keyspan_2port_device = {
|
||||
|
||||
static struct usb_serial_driver keyspan_4port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_4",
|
||||
},
|
||||
.description = "Keyspan 4 port adapter",
|
||||
|
@ -676,7 +676,6 @@ static void keyspan_pda_port_remove(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver keyspan_pda_fake_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_pda_pre",
|
||||
},
|
||||
.description = "Keyspan PDA - (prerenumeration)",
|
||||
@ -687,7 +686,6 @@ static struct usb_serial_driver keyspan_pda_fake_device = {
|
||||
|
||||
static struct usb_serial_driver keyspan_pda_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "keyspan_pda",
|
||||
},
|
||||
.description = "Keyspan PDA",
|
||||
|
@ -75,7 +75,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver kl5kusb105d_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "kl5kusb105d",
|
||||
},
|
||||
.description = "KL5KUSB105D / PalmConnect",
|
||||
|
@ -77,7 +77,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver kobil_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "kobil",
|
||||
},
|
||||
.description = "KOBIL USB smart card terminal",
|
||||
|
@ -69,7 +69,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver mct_u232_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "mct_u232",
|
||||
},
|
||||
.description = "MCT U232",
|
||||
|
@ -341,7 +341,6 @@ static void metrousb_unthrottle(struct tty_struct *tty)
|
||||
|
||||
static struct usb_serial_driver metrousb_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "metro-usb",
|
||||
},
|
||||
.description = "Metrologic USB to Serial",
|
||||
|
@ -1724,7 +1724,6 @@ static void mos7720_port_remove(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver moschip7720_2port_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "moschip7720",
|
||||
},
|
||||
.description = "Moschip 2 port adapter",
|
||||
|
@ -1782,7 +1782,6 @@ static int mos7840_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver moschip7840_4port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "mos7840",
|
||||
},
|
||||
.description = DRIVER_DESC,
|
||||
|
@ -1278,7 +1278,6 @@ static int mxuport_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver mxuport_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "mxuport",
|
||||
},
|
||||
.description = "MOXA UPort",
|
||||
|
@ -95,7 +95,6 @@ static int navman_write(struct tty_struct *tty, struct usb_serial_port *port,
|
||||
|
||||
static struct usb_serial_driver navman_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "navman",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -49,7 +49,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver zyxel_omninet_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "omninet",
|
||||
},
|
||||
.description = "ZyXEL - omni.net usb",
|
||||
|
@ -375,7 +375,6 @@ static void opticon_port_remove(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver opticon_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "opticon",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -2376,7 +2376,6 @@ MODULE_DEVICE_TABLE(usb, option_ids);
|
||||
|
||||
static struct usb_serial_driver option_1port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "option1",
|
||||
},
|
||||
.description = "GSM modem (1-port)",
|
||||
|
@ -138,7 +138,6 @@ static void oti6858_port_remove(struct usb_serial_port *port);
|
||||
/* device info */
|
||||
static struct usb_serial_driver oti6858_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "oti6858",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -1234,7 +1234,6 @@ static void pl2303_process_read_urb(struct urb *urb)
|
||||
|
||||
static struct usb_serial_driver pl2303_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "pl2303",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -72,7 +72,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver qcaux_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "qcaux",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -454,7 +454,6 @@ static void qc_release(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver qcdevice = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "qcserial",
|
||||
},
|
||||
.description = "Qualcomm USB modem",
|
||||
|
@ -924,7 +924,6 @@ static int qt2_write(struct tty_struct *tty,
|
||||
|
||||
static struct usb_serial_driver qt2_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "quatech-serial",
|
||||
},
|
||||
.description = DRIVER_DESC,
|
||||
|
@ -284,7 +284,6 @@ static int safe_startup(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver safe_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "safe_serial",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -1021,7 +1021,6 @@ static int sierra_resume(struct usb_serial *serial)
|
||||
|
||||
static struct usb_serial_driver sierra_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "sierra",
|
||||
},
|
||||
.description = "Sierra USB modem",
|
||||
|
@ -452,7 +452,6 @@ static int spcp8x5_tiocmget(struct tty_struct *tty)
|
||||
|
||||
static struct usb_serial_driver spcp8x5_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "SPCP8x5",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -500,7 +500,6 @@ static void ssu100_process_read_urb(struct urb *urb)
|
||||
|
||||
static struct usb_serial_driver ssu100_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ssu100",
|
||||
},
|
||||
.description = DRIVER_DESC,
|
||||
|
@ -169,7 +169,6 @@ static void symbol_port_remove(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver symbol_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "symbol",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -417,7 +417,6 @@ static const struct usb_device_id ti_id_table_combined[] = {
|
||||
|
||||
static struct usb_serial_driver ti_1port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ti_usb_3410_5052_1",
|
||||
},
|
||||
.description = "TI USB 3410 1 port adapter",
|
||||
@ -450,7 +449,6 @@ static struct usb_serial_driver ti_1port_device = {
|
||||
|
||||
static struct usb_serial_driver ti_2port_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ti_usb_3410_5052_2",
|
||||
},
|
||||
.description = "TI USB 5052 2 port adapter",
|
||||
|
@ -407,7 +407,6 @@ static void upd78f0730_close(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver upd78f0730_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "upd78f0730",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -24,7 +24,6 @@ static const struct usb_device_id vendor##_id_table[] = { \
|
||||
}; \
|
||||
static struct usb_serial_driver vendor##_device = { \
|
||||
.driver = { \
|
||||
.owner = THIS_MODULE, \
|
||||
.name = #vendor, \
|
||||
}, \
|
||||
.id_table = vendor##_id_table, \
|
||||
|
@ -83,7 +83,6 @@ static void usb_debug_init_termios(struct tty_struct *tty)
|
||||
|
||||
static struct usb_serial_driver debug_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "debug",
|
||||
},
|
||||
.id_table = id_table,
|
||||
@ -96,7 +95,6 @@ static struct usb_serial_driver debug_device = {
|
||||
|
||||
static struct usb_serial_driver dbc_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "xhci_dbc",
|
||||
},
|
||||
.id_table = dbc_id_table,
|
||||
|
@ -161,7 +161,6 @@ MODULE_DEVICE_TABLE(usb, id_table_combined);
|
||||
and Palm 4.0 devices */
|
||||
static struct usb_serial_driver handspring_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "visor",
|
||||
},
|
||||
.description = "Handspring Visor / Palm OS",
|
||||
@ -180,7 +179,6 @@ static struct usb_serial_driver handspring_device = {
|
||||
/* All of the device info needed for the Clie UX50, TH55 Palm 5.0 devices */
|
||||
static struct usb_serial_driver clie_5_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "clie_5",
|
||||
},
|
||||
.description = "Sony Clie 5.0",
|
||||
@ -200,7 +198,6 @@ static struct usb_serial_driver clie_5_device = {
|
||||
/* device info for the Sony Clie OS version 3.5 */
|
||||
static struct usb_serial_driver clie_3_5_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "clie_3.5",
|
||||
},
|
||||
.description = "Sony Clie 3.5",
|
||||
|
@ -91,7 +91,6 @@ static int whiteheat_break_ctl(struct tty_struct *tty, int break_state);
|
||||
|
||||
static struct usb_serial_driver whiteheat_fake_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "whiteheatnofirm",
|
||||
},
|
||||
.description = "Connect Tech - WhiteHEAT - (prerenumeration)",
|
||||
@ -103,7 +102,6 @@ static struct usb_serial_driver whiteheat_fake_device = {
|
||||
|
||||
static struct usb_serial_driver whiteheat_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "whiteheat",
|
||||
},
|
||||
.description = "Connect Tech - WhiteHEAT",
|
||||
|
@ -70,7 +70,6 @@ static void wishbone_serial_close(struct usb_serial_port *port)
|
||||
|
||||
static struct usb_serial_driver wishbone_serial_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "wishbone_serial",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -1082,7 +1082,6 @@ MODULE_DEVICE_TABLE(usb, id_table);
|
||||
|
||||
static struct usb_serial_driver xr_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "xr_serial",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
@ -49,7 +49,6 @@ static int xsens_mt_probe(struct usb_serial *serial,
|
||||
|
||||
static struct usb_serial_driver xsens_mt_device = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "xsens_mt",
|
||||
},
|
||||
.id_table = id_table,
|
||||
|
Loading…
Reference in New Issue
Block a user