提交 d4e94863 编写于 作者: A Axel Lin 提交者: Samuel Ortiz

mfd: Constify aat2870-core i2c_device_id table

Signed-off-by: NAxel Lin <axel.lin@gmail.com>
上级 cccdceb9
......@@ -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 },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册