Commit 79a54ea1 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Constify i2c_device_id table

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarAlexander Sverdlin <subaparts@yandex.ru>
Acked-by: default avatarTimur Tabi <timur@freescale.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 573f26e3
......@@ -719,7 +719,7 @@ static int cs4270_i2c_remove(struct i2c_client *i2c_client)
/*
* cs4270_id - I2C device IDs supported by this driver
*/
static struct i2c_device_id cs4270_id[] = {
static const struct i2c_device_id cs4270_id[] = {
{"cs4270", 0},
{}
};
......
......@@ -555,7 +555,7 @@ static struct spi_driver cs4271_spi_driver = {
#endif /* defined(CONFIG_SPI_MASTER) */
#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
static struct i2c_device_id cs4271_i2c_id[] = {
static const struct i2c_device_id cs4271_i2c_id[] = {
{"cs4271", 0},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment