diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-03-04 02:22:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-07 06:46:01 -0500 |
commit | 79a54ea1ede0f028e5b0be1016bff8f49326a265 (patch) | |
tree | 8d9aaacd56b0ea877144de0225ac6d162c721225 /sound/soc/codecs/cs4271.c | |
parent | 573f26e3c36ca7036d117bc89d498856073e7284 (diff) |
ASoC: Constify i2c_device_id table
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Alexander Sverdlin <subaparts@yandex.ru>
Acked-by: Timur Tabi <timur@freescale.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/cs4271.c')
-rw-r--r-- | sound/soc/codecs/cs4271.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index 1791796216c8..41a3ee6f6144 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c | |||
@@ -555,7 +555,7 @@ static struct spi_driver cs4271_spi_driver = { | |||
555 | #endif /* defined(CONFIG_SPI_MASTER) */ | 555 | #endif /* defined(CONFIG_SPI_MASTER) */ |
556 | 556 | ||
557 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) | 557 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) |
558 | static struct i2c_device_id cs4271_i2c_id[] = { | 558 | static const struct i2c_device_id cs4271_i2c_id[] = { |
559 | {"cs4271", 0}, | 559 | {"cs4271", 0}, |
560 | {} | 560 | {} |
561 | }; | 561 | }; |