Skip to content

Commit

Permalink
Input: cy8ctmg110_ts - constify i2c_device_id table
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jul 13, 2011
1 parent 21184c4 commit d448303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/cy8ctmg110_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ }
};
Expand Down

0 comments on commit d448303

Please sign in to comment.