]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ASoC: Staticise WM8727 codec driver structure
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 12 Aug 2010 14:02:36 +0000 (15:02 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 12 Aug 2010 15:10:55 +0000 (16:10 +0100)
Nothing should be referencing this any more.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/wm8727.c

index 6a40080ba701e0258982f224316a23ea3fff4a2f..7488082851191ce120a8a66fd8704b53613b8189 100644 (file)
@@ -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)
 {