]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/misc/legousbtower.c
USB misc: make USB device id constant
[karo-tx-linux.git] / drivers / usb / misc / legousbtower.c
index faa6d623de789ea5e6334e84651ba0675f852cf9..3d4378fb441083c7032b0b6567efc482407dd76c 100644 (file)
@@ -192,7 +192,7 @@ struct tower_get_version_reply {
 
 
 /* table of devices that work with this driver */
-static struct usb_device_id tower_table [] = {
+static const struct usb_device_id tower_table[] = {
        { USB_DEVICE(LEGO_USB_TOWER_VENDOR_ID, LEGO_USB_TOWER_PRODUCT_ID) },
        { }                                     /* Terminating entry */
 };