mfd: Constify aat2870-core i2c_device_id table

Signed-off-by: Axel Lin <axel.lin@gmail.com>
This commit is contained in:
Axel Lin 2011-12-19 20:02:22 +08:00 коммит произвёл Samuel Ortiz
Родитель cccdceb938
Коммит d4e948636b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 },
{ }
};