From: Mark Brown Date: Tue, 22 Nov 2011 15:13:30 +0000 (+0000) Subject: ASoC: Staticise and constify cs42l73_reg_defaults X-Git-Tag: next-20111124~41^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=404417e6b49694931241aada4209e1ec0b4eefee;p=karo-tx-linux.git ASoC: Staticise and constify cs42l73_reg_defaults It's not exported and doesn't need to change. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c index 9f52a940bcad..d09578f397da 100644 --- a/sound/soc/codecs/cs42l73.c +++ b/sound/soc/codecs/cs42l73.c @@ -42,7 +42,7 @@ struct cs42l73_private { u32 mclk; }; -struct reg_default cs42l73_reg_defaults[] = { +static const struct reg_default cs42l73_reg_defaults[] = { { 1, 0x42 }, /* r01 - Device ID A&B */ { 2, 0xA7 }, /* r02 - Device ID C&D */ { 3, 0x30 }, /* r03 - Device ID E */