aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ipaq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/ipaq.c')
-rw-r--r--drivers/usb/serial/ipaq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
index 9a79ad8d7a5f..9aedfb91b20c 100644
--- a/drivers/usb/serial/ipaq.c
+++ b/drivers/usb/serial/ipaq.c
@@ -548,7 +548,9 @@ static struct usb_driver ipaq_driver = {
548 548
549/* All of the device info needed for the Compaq iPAQ */ 549/* All of the device info needed for the Compaq iPAQ */
550static struct usb_serial_driver ipaq_device = { 550static struct usb_serial_driver ipaq_device = {
551 .owner = THIS_MODULE, 551 .driver = {
552 .owner = THIS_MODULE,
553 },
552 .name = "PocketPC PDA", 554 .name = "PocketPC PDA",
553 .id_table = ipaq_id_table, 555 .id_table = ipaq_id_table,
554 .num_interrupt_in = NUM_DONT_CARE, 556 .num_interrupt_in = NUM_DONT_CARE,