Input: cy8ctmg110_ts - constify i2c_device_id table
authorAxel Lin <axel.lin@gmail.com>
Wed, 13 Jul 2011 07:04:36 +0000 (00:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 13 Jul 2011 07:08:24 +0000 (00:08 -0700)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/cy8ctmg110_ts.c

index b3fdd1361c36bd90f3c08295e060b9c6bae20cd7..ecdaae5f06c98f5d58c3e7e53a5c6748b790f888 100644 (file)
@@ -328,7 +328,7 @@ static int __devexit cy8ctmg110_remove(struct i2c_client *client)
        return 0;
 }
 
-static struct i2c_device_id cy8ctmg110_idtable[] = {
+static const struct i2c_device_id cy8ctmg110_idtable[] = {
        { CY8CTMG110_DRIVER_NAME, 1 },
        { }
 };