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

Commit d4e94863 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

mfd: Constify aat2870-core i2c_device_id table



Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
parent cccdceb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ static int aat2870_i2c_resume(struct i2c_client *client)
#define aat2870_i2c_resume	NULL
#endif /* CONFIG_PM */

static struct i2c_device_id aat2870_i2c_id_table[] = {
static const struct i2c_device_id aat2870_i2c_id_table[] = {
	{ "aat2870", 0 },
	{ }
};