]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/misc/usbsevseg.c
USB misc: make USB device id constant
[karo-tx-linux.git] / drivers / usb / misc / usbsevseg.c
index 3db255537e7913d2de5d0b03781fc20768af2a91..a9555cb901a1df27274d415255563242d74c178a 100644 (file)
@@ -27,7 +27,7 @@
 #define MAXLEN         6
 
 /* table of devices that work with this driver */
-static struct usb_device_id id_table[] = {
+static const struct usb_device_id id_table[] = {
        { USB_DEVICE(VENDOR_ID, PRODUCT_ID) },
        { },
 };