[PATCH] USB: mark various usb tables const
[safe/jmp/linux-2.6] / drivers / usb / serial / ftdi_sio.c
index 857fe79..11da073 100644 (file)
@@ -491,7 +491,7 @@ static struct usb_driver ftdi_driver = {
        .no_dynamic_id =        1,
 };
 
-static char *ftdi_chip_name[] = {
+static const char *ftdi_chip_name[] = {
        [SIO] = "SIO",  /* the serial part of FT8U100AX */
        [FT8U232AM] = "FT8U232AM",
        [FT232BM] = "FT232BM",