USB serial: make USB device id constant
[pandora-kernel.git] / drivers / usb / serial / siemens_mpi.c
index 951ea0c..cb8195c 100644 (file)
@@ -22,7 +22,7 @@
 #define DRIVER_DESC "Driver for Siemens USB/MPI adapter"
 
 
-static struct usb_device_id id_table[] = {
+static const struct usb_device_id id_table[] = {
        /* Vendor and product id for 6ES7-972-0CB20-0XA0 */
        { USB_DEVICE(0x908, 0x0004) },
        { },