USB serial: make USB device id constant
[pandora-kernel.git] / drivers / usb / serial / symbolserial.c
index b282c0f..1a76bc5 100644 (file)
@@ -21,7 +21,7 @@
 
 static int debug;
 
-static struct usb_device_id id_table[] = {
+static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x05e0, 0x0600) },
        { },
 };