diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/cs4271.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 65f578ff611e..0206a17d7283 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -719,7 +719,7 @@ static int cs4270_i2c_remove(struct i2c_client *i2c_client) | |||
719 | /* | 719 | /* |
720 | * cs4270_id - I2C device IDs supported by this driver | 720 | * cs4270_id - I2C device IDs supported by this driver |
721 | */ | 721 | */ |
722 | static struct i2c_device_id cs4270_id[] = { | 722 | static const struct i2c_device_id cs4270_id[] = { |
723 | {"cs4270", 0}, | 723 | {"cs4270", 0}, |
724 | {} | 724 | {} |
725 | }; | 725 | }; |
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 | }; |