diff options
Diffstat (limited to 'drivers/usb/misc/ftdi-elan.c')
-rw-r--r-- | drivers/usb/misc/ftdi-elan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/ftdi-elan.c b/drivers/usb/misc/ftdi-elan.c index 9d0675ed0d4c..f21bf5160f83 100644 --- a/drivers/usb/misc/ftdi-elan.c +++ b/drivers/usb/misc/ftdi-elan.c | |||
@@ -86,7 +86,7 @@ static struct list_head ftdi_static_list; | |||
86 | #define USB_FTDI_ELAN_VENDOR_ID 0x0403 | 86 | #define USB_FTDI_ELAN_VENDOR_ID 0x0403 |
87 | #define USB_FTDI_ELAN_PRODUCT_ID 0xd6ea | 87 | #define USB_FTDI_ELAN_PRODUCT_ID 0xd6ea |
88 | /* table of devices that work with this driver*/ | 88 | /* table of devices that work with this driver*/ |
89 | static struct usb_device_id ftdi_elan_table[] = { | 89 | static const struct usb_device_id ftdi_elan_table[] = { |
90 | {USB_DEVICE(USB_FTDI_ELAN_VENDOR_ID, USB_FTDI_ELAN_PRODUCT_ID)}, | 90 | {USB_DEVICE(USB_FTDI_ELAN_VENDOR_ID, USB_FTDI_ELAN_PRODUCT_ID)}, |
91 | { /* Terminating entry */ } | 91 | { /* Terminating entry */ } |
92 | }; | 92 | }; |