forked from Minki/linux
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>
This commit is contained in:
parent
54d8d0aeb9
commit
48bd3472d6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user