Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d448303a authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: cy8ctmg110_ts - constify i2c_device_id table



Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 21184c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
	{ }
};