aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/neo1973_wm8753.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r--sound/soc/s3c24xx/neo1973_wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
index d5a8fc2cf8d6..f1f6b9478af9 100644
--- a/sound/soc/s3c24xx/neo1973_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_wm8753.c
@@ -573,7 +573,7 @@ static struct snd_soc_device neo1973_snd_devdata = {
573 573
574static struct i2c_client client_template; 574static struct i2c_client client_template;
575 575
576static unsigned short normal_i2c[] = { 0x7C, I2C_CLIENT_END }; 576static const unsigned short normal_i2c[] = { 0x7C, I2C_CLIENT_END };
577 577
578/* Magic definition of all other variables and things */ 578/* Magic definition of all other variables and things */
579I2C_CLIENT_INSMOD; 579I2C_CLIENT_INSMOD;