mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue