summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown2010-08-12 16:02:36 +0200
committerMark Brown2010-08-12 17:10:55 +0200
commit48bd3472d6512c74257706f7c38ad10a7117bac7 (patch)
treeafedf62a6ffd437428fa3d19645c05c69faac999 /sound/soc
parentASoC: Update WM8962 to build with multi-component (diff)
downloadkernel-qcow2-linux-48bd3472d6512c74257706f7c38ad10a7117bac7.tar.gz
kernel-qcow2-linux-48bd3472d6512c74257706f7c38ad10a7117bac7.tar.xz
kernel-qcow2-linux-48bd3472d6512c74257706f7c38ad10a7117bac7.zip
ASoC: Staticise WM8727 codec driver structure
Nothing should be referencing this any more. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm8727.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8727.c b/sound/soc/codecs/wm8727.c
index 6a40080ba701..748808285119 100644
--- a/sound/soc/codecs/wm8727.c
+++ b/sound/soc/codecs/wm8727.c
@@ -43,7 +43,7 @@ static struct snd_soc_dai_driver wm8727_dai = {
},
};
-struct snd_soc_codec_driver soc_codec_dev_wm8727;
+static struct snd_soc_codec_driver soc_codec_dev_wm8727;
static __devinit int wm8727_probe(struct platform_device *pdev)
{