aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cq93vc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cq93vc.c')
-rw-r--r--sound/soc/codecs/cq93vc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c
index 5e5518d20311..5ee48c8e4849 100644
--- a/sound/soc/codecs/cq93vc.c
+++ b/sound/soc/codecs/cq93vc.c
@@ -152,7 +152,7 @@ static int cq93vc_remove(struct snd_soc_codec *codec)
152 return 0; 152 return 0;
153} 153}
154 154
155struct regmap *cq93vc_get_regmap(struct device *dev) 155static struct regmap *cq93vc_get_regmap(struct device *dev)
156{ 156{
157 struct davinci_vc *davinci_vc = codec->dev->platform_data; 157 struct davinci_vc *davinci_vc = codec->dev->platform_data;
158 158